-
Notifications
You must be signed in to change notification settings - Fork 78
/
package.json
33 lines (33 loc) · 902 Bytes
/
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
{
"name" : "simptab_project_workflow",
"version" : "1.0.4",
"description": "SimpTab develop/deploy",
"author": "Kenshin Wang <[email protected]>",
"license": "MIT",
"homepage": "http://ksria.com/simptab",
"repository": {
"type": "git",
"url": "git://github.com/kenshin/simptab.git"
},
"bugs": {
"url": "https://github.com/kenshin/simptab/issues",
"email": "[email protected]"
},
"engines" : {
"node" : ">= 0.10.0"
},
"scripts": {
"publish": "grunt publish",
"server": "webpack-dev-server --hot --progress --colors"
},
"devDependencies" : {
"grunt" : "*",
"grunt-contrib-watch" : "*",
"grunt-contrib-jshint" : "*",
"grunt-contrib-clean" : "*",
"grunt-contrib-copy" : "*",
"grunt-contrib-requirejs" : "^0.4.4",
"grunt-contrib-htmlmin" : "*",
"matchdep": "*"
}
}