forked from webida/webida-client
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
32 lines (32 loc) · 1.03 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
{
"appid": "webida-client",
"apptype": "html",
"name": "webida-client",
"desc": "Webida client application that provides development environment",
"version": "1.6.1",
"repository": {
"type": "git",
"url": "git://github.com/webida/webida-client.git"
},
"devDependencies": {
"grunt": "~0.4.2",
"grunt-auto-install": "^0.3.0",
"grunt-contrib-clean": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-less": "^1.1.0",
"grunt-contrib-rename": "0.0.3",
"grunt-contrib-uglify": "~0.11.0",
"grunt-contrib-watch": "^0.6.1",
"grunt-dojo": "^1.0.1",
"grunt-dom-munger": "~3.4.0",
"grunt-exec": "~0.4.5",
"grunt-prettify": "~0.3.4",
"jshint-stylish": "^1.0.0"
},
"scripts": {
"prepublish": "echo 'prepublish'; if [ -z $RELEASE_BUILD ]; then grunt; else grunt release; fi"
},
"build-dir": "deploy"
}