-
Notifications
You must be signed in to change notification settings - Fork 32
/
package.json
40 lines (40 loc) · 883 Bytes
/
package.json
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
38
39
40
{
"name": "react-infinity",
"version": "1.2.2",
"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-addons-transition-group": "^0.14.6"
},
"peerDependencies": {
"react": ">=0.14.6",
"react-prefixr": "*"
}
}