-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
46 lines (46 loc) · 1.05 KB
/
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
41
42
43
44
45
46
{
"name": "ractive-datatable",
"version": "1.7.0",
"description": "Interactive datatable for ractivejs",
"main": "src/datatable.js",
"scripts": {
"test": ""
},
"repository": {
"type": "git",
"url": "http://github.com/jondum/ractive-datatable"
},
"keywords": [
"ractivejs",
"ractive",
"component",
"datatable",
"ractive-datatable"
],
"author": "Jonathan Dumaine",
"license": "ISC",
"bugs": {
"url": "https://github.com/jondum/ractive-datatable/issues"
},
"homepage": "https://github.com/jondum/ractive-datatable",
"devDependencies": {
"css-loader": "^0.26.1",
"grunt": "^1.0.1",
"grunt-webpack": "^2.0.1",
"jit-grunt": "^0.10.0",
"nib": "^1.1.2",
"ractive": "^0.8.10",
"ractive-loader": "^0.5.6",
"style-loader": "^0.13.1",
"stylus-loader": "^2.4.0",
"webpack": "^2.2.1"
},
"dependencies": {
"css-loader": "^0.26.1",
"lodash": "^4.17.4",
"nib": "^1.1.2",
"ractive": "^0.8.10",
"style-loader": "^0.13.1",
"stylus-loader": "^2.4.0"
}
}