forked from developerdizzle/react-virtual-list
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 852 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
{
"name": "react-virtual-list",
"version": "1.8.0",
"description": "Super simple virtualized list React component",
"main": "dist/VirtualList.js",
"directories": {
"test": "test"
},
"scripts": {
"build": "gulp default",
"test": "jasmine-node test --verbose --matchall"
},
"repository": {
"type": "git",
"url": "https://github.com/developerdizzle/react-virtual-list.git"
},
"keywords": [
"react",
"virtual",
"list",
"render",
"scroll"
],
"author": "developerdizzle",
"bugs": {
"url": "https://github.com/developerdizzle/react-virtual-list/issues"
},
"homepage": "https://github.com/developerdizzle/react-virtual-list",
"dependencies": {
"react": "~0.13.x"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-react": "^3.0.1",
"jasmine-node": "^1.14.5"
}
}