forked from nmn/react-infinity
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 811 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 811 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "react-infinity",
"version": "1.2.1",
"description": "an implementation of the UITableView from iOS for the web",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/naman34/react-infinity.git"
},
"keywords": [
"react",
"react-component",
"infinity",
"famo.us",
"famous",
"animation",
"UI",
"UITableView",
"TableView",
"culling",
"memory"
],
"author": "Naman Goel",
"license": "MIT",
"bugs": {
"url": "https://github.com/naman34/react-infinity/issues"
},
"homepage": "https://github.com/naman34/react-infinity",
"dependencies": {
"famous": "0.2.2",
"react-prefixr": "0.0.3",
"react": ">=0.12.0"
}
}