-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 830 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 830 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": "gullet",
"description": "A taskbar app for building gulp projects",
"version": "0.0.1",
"homepage": "http://github.com/clkao/gullet",
"repository": {
"type": "git",
"url": "https://github.com/clkao/gullet"
},
"dependencies": {
"LiveScript": "1.2.x"
},
"devDependencies": {
"gulp-util": "~2.2.14",
"gulp-jade": "~0.4.2",
"gulp-livescript": "~0.1.2",
"gulp-exec": "~1.0.4",
"gulp": "~3.5.2",
"grunt": "~0.4.2",
"grunt-node-webkit-builder": "~0.1.17",
"gulp-grunt": "~0.4.1",
"nodewebkit": "~0.9.2"
},
"scripts": {
"build": "gulp --require LiveScript",
"start": "nodewebkit _public",
"prepublish": "node node_modules/LiveScript/bin/lsc -c package.json.ls || lsc -c package.json.ls || echo"
},
"engines": {
"node": ">= 0.10.x"
}
}