-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 868 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 868 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
{
"name": "windows-dashing-demo",
"version": "0.0.0",
"description": "A dashing-go dashboard",
"repository": {
"type": "git",
"url": "git://github.com/gigablah/generator-dashing-go.git"
},
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.1",
"load-grunt-tasks": "~0.3.0",
"time-grunt": "~0.2.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-uglify": "~0.4.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-watch": "~0.6.0",
"grunt-contrib-connect": "~0.7.0",
"grunt-connect-proxy": "~0.1.10",
"grunt-sass": "~0.7.0",
"grunt-string-replace": "~0.2.7",
"grunt-snockets": "umurgdk/grunt-snockets"
},
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"postinstall" : "grunt init && grunt build"
}
}