-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.04 KB
/
package.json
File metadata and controls
42 lines (42 loc) · 1.04 KB
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
41
42
{
"name": "infinite-elements",
"version": "0.0.4",
"description": "infinite scroll",
"main": "index.js",
"scripts": {
"example:grid": "budo ./examples/grid.js --dir ./examples/ -l -- -t sheetify/transform",
"example:basic": "budo ./examples/basic-usage.js --dir ./examples/ -l -- -t sheetify/transform",
"test": "browserify tests/index.js | tape-run"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/infinite-elements.git"
},
"keywords": [
"infinite scroll",
"infinite list",
"bel",
"yo-yo",
"morphdom",
"choo",
"editdata"
],
"author": "sethvincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/editdata/infinite-elements/issues"
},
"homepage": "https://github.com/editdata/infinite-elements#readme",
"dependencies": {
"bel": "^4.6.0",
"debounce": "^1.0.0",
"nanomorph": "^4.0.2"
},
"devDependencies": {
"sheetify": "^6.0.1",
"standard": "^9.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"xhr": "^2.4.0"
}
}