-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 901 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 901 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
{
"name": "scrollgrid",
"version": "0.3.0",
"private": true,
"devDependencies": {
"coveralls": "*",
"express": "*",
"grunt": "^0.4.5",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-uglify": "^0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-jslint": "^1.1.14",
"grunt-karma": "^0.12.1",
"istanbul": "*",
"jasmine-core": "^2.4.1",
"karma": "^0.13.15",
"karma-chrome-launcher": "*",
"karma-coffee-preprocessor": "*",
"karma-coverage": "^0.5.3",
"karma-firefox-launcher": "*",
"karma-html2js-preprocessor": "*",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"karma-requirejs": "*",
"karma-script-launcher": "*",
"requirejs": "*"
},
"buildDependencies": {
"d3": "*"
},
"scripts": {
"test": ""
}
}