-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 981 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 981 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
38
39
40
41
42
43
{
"name": "data-grid",
"version": "4.0.0",
"description": "",
"main": "index.js",
"style": "style.css",
"browserify": {
"transform": [
"sheetify/transform"
]
},
"scripts": {
"lint": "standard",
"example": "budo example.js --live",
"deploy": "npm run build-example && gh-pages -d example"
},
"repository": {
"type": "git",
"url": "git+https://github.com/editdata/data-grid.git"
},
"author": "sethvincent",
"license": "MIT",
"bugs": {
"url": "https://github.com/editdata/data-grid/issues"
},
"homepage": "https://github.com/editdata/data-grid#readme",
"dependencies": {
"bel": "^4.6.0",
"infinite-elements": "0.0.4",
"sheetify": "^6.0.1"
},
"devDependencies": {
"budo": "^9.4.7",
"data-format": "^1.0.1",
"insert-css": "^2.0.0",
"send-action": "^3.0.0",
"standard": "^9.0.2",
"tap-spec": "^4.1.1",
"tape": "^4.6.3",
"xtend": "^4.0.1",
"yo-yo": "^1.4.0"
}
}