-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
53 lines (53 loc) · 1.4 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
52
53
{
"name": "ludwig-ui",
"description": "Web GUI for Ludwig, the collaborative testing tool",
"version": "1.5.4",
"license": "AGPL-3.0",
"repository": {
"type": "git",
"url": "https://github.com/sgmap/ludwig-ui"
},
"dependencies": {
"errorhandler": "^1.3.4",
"express": "^4.12.2",
"morgan": "^1.5.1",
"serve-favicon": "^2.2.0"
},
"devDependencies": {
"bower": "^1.3.12",
"grunt": "^0.4.1",
"grunt-asset-injector": "^0.1.0",
"grunt-autoprefixer": "2.2.0",
"grunt-bower-task": "^0.4.0",
"grunt-concurrent": "1.0.0",
"grunt-contrib-clean": "0.6.0",
"grunt-contrib-concat": "0.5.0",
"grunt-contrib-copy": "0.7.0",
"grunt-contrib-cssmin": "^0.13.0",
"grunt-contrib-htmlmin": "^0.4.0",
"grunt-contrib-imagemin": "^0.9.4",
"grunt-contrib-uglify": "0.7.0",
"grunt-filerev": "2.1.2",
"grunt-newer": "1.1.0",
"grunt-ng-annotate": "0.9.2",
"grunt-processhtml": "^0.3.7",
"grunt-sass": "^1.0.0",
"grunt-usemin": "3.0.0",
"grunt-wiredep": "2.0.0",
"jscs": "^2.1.1",
"jshint": "^2.8.0",
"load-grunt-tasks": "~3.1.0",
"time-grunt": "1.0.0"
},
"files": [
"README.md",
"LICENSE.AGPL.txt",
"index.js",
"lib",
"dist"
],
"scripts": {
"prepublish": "node -e \"require('grunt').tasks(['default'])\"",
"test": "TARGETS='app/scripts/**/*.js'; jshint $TARGETS && jscs $TARGETS"
}
}