forked from VisualDataWeb/WebVOWL
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.39 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
50
51
{
"name": "webvowl",
"version": "1.1.7",
"dependencies": {
"d3": "^3.5.6",
"grunt-cli": "^1.3.2",
"lodash": "^4.1.0"
},
"devDependencies": {
"connect-livereload": "^0.6.0",
"copy-webpack-plugin": "^4.0.1",
"css-loader": "^0.26.0",
"extract-text-webpack-plugin": "^1.0.1",
"grunt": "^1.0.1",
"grunt-bump": "^0.8.0",
"grunt-contrib-clean": "^1.0.0",
"grunt-contrib-compress": "^1.2.0",
"grunt-contrib-connect": "^1.0.1",
"grunt-contrib-copy": "^1.0.0",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-watch": "^1.0.0",
"grunt-gitinfo": "^0.1.8",
"grunt-html-build": "^0.6.0",
"grunt-karma": "^2.0.0",
"grunt-replace": "^1.0.1",
"grunt-webpack": "^1.0.11",
"jasmine-core": "^2.2.0",
"karma": "^1.3.0",
"karma-commonjs": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.0",
"karma-spec-reporter": "0.0.26",
"karma-webpack": "^1.7.0",
"load-grunt-tasks": "^3.2.0",
"phantomjs-prebuilt": "^2.1.4",
"serve-favicon": "^2.3.0",
"serve-static": "^1.10.0",
"style-loader": "^0.13.0",
"webpack": "^1.12.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
}