-
Notifications
You must be signed in to change notification settings - Fork 34
/
Copy pathpackage.json
38 lines (38 loc) · 843 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
{
"name": "infinite-list",
"version": "1.1.0",
"description": "Infinite high performanced list implemented in javascript",
"main": "src/InfiniteList.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/roeierez/infinite-list.git"
},
"keywords": [
"javascript",
"infinite",
"list",
"scroll",
"virtual",
"scrolling",
"scroller",
"performance",
"60fps",
"mobile",
"iphone",
"android",
"mobile"
],
"author": "Roei Erez <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/roeierez/infinite-list/issues"
},
"homepage": "http://roeierez.github.io/infinite-list/",
"devDependencies": {
"jsx-loader": "^0.12.2",
"webpack": "^1.6.0"
}
}