forked from VisualDataWeb/WebVOWL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.33 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
47
48
49
{
"name": "webvowl",
"version": "0.5.2",
"dependencies": {
"css-loader": "^0.18.0",
"d3": "^3.5.6",
"extract-text-webpack-plugin": "^0.8.2",
"file-loader": "^0.8.4",
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-copy": "^0.8.0",
"grunt-html-build": "^0.5.1",
"grunt-replace": "^0.11.0",
"grunt-webpack": "^1.0.11",
"load-grunt-tasks": "^3.2.0",
"style-loader": "^0.12.3",
"webpack": "^1.12.0"
},
"devDependencies": {
"connect-livereload": "^0.5.3",
"grunt-bump": "^0.5.0",
"grunt-contrib-compress": "^0.13.0",
"grunt-contrib-connect": "^0.11.2",
"grunt-contrib-jshint": "^0.11.1",
"grunt-contrib-watch": "^0.6.1",
"grunt-gitinfo": "^0.1.7",
"grunt-karma": "^0.12.0",
"jasmine-core": "^2.2.0",
"karma": "^0.13.9",
"karma-commonjs": "0.0.13",
"karma-jasmine": "^0.3.5",
"karma-phantomjs-launcher": "^0.2.1",
"karma-spec-reporter": "0.0.20",
"karma-webpack": "^1.7.0",
"phantomjs": "^1.9.18",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"webpack-dev-server": "^1.12.0"
},
"scripts": {
"postinstall": "grunt release",
"package": "grunt package",
"release": "grunt release",
"test": "grunt test-ci",
"webserver": "grunt webserver"
},
"license": "MIT",
"private": true
}