forked from gobstones/gs-board
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.22 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
{
"name": "gs-board",
"version": "1.19.1",
"dependencies": {},
"devDependencies": {
"connect-livereload": "^0.4.0",
"grunt": "^0.4.4",
"grunt-angular-templates": "^0.5.7",
"grunt-bake": "^1.5.0",
"grunt-concurrent": "^0.5.0",
"grunt-contrib-clean": "^0.5.0",
"grunt-contrib-coffee": "^0.10.1",
"grunt-contrib-compass": "^0.7.2",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-connect": "^0.7.1",
"grunt-contrib-copy": "^0.5.0",
"grunt-contrib-cssmin": "^0.12.2",
"grunt-contrib-htmlmin": "^0.2.0",
"grunt-contrib-jasmine": "^0.4.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^0.11.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-uglify": "^0.4.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-html-angular-validate": "^0.4.0",
"grunt-minify-polymer": "^2.1.1",
"grunt-open": "^0.2.3",
"grunt-preprocess": "^4.1.0",
"grunt-string-replace": "^1.0.0",
"grunt-svgmin": "^0.4.0",
"grunt-usemin": "^2.1.1",
"grunt-vulcanize": "^1.0.0",
"load-grunt-tasks": "^0.4.0",
"requirejs": "^2.1.15",
"time-grunt": "^0.3.1"
},
"engines": {
"node": ">=4.0.2"
},
"scripts": {
"start": "grunt server"
}
}