forked from jsjohnst/garcon
-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
23 lines (23 loc) · 845 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
{
"name" : "garcon",
"description" : "Garçon: Node.js buildtools for sproutcore, based on sproutcore",
"repository" : { "type" : "git",
"url" : "https://github.com/mauritslamers/garcon.git" },
"keywords" : ["node.js", "sproutcore"],
"author" : "Maurits Lamers <[email protected]>",
"main" : "./lib/garcon.js",
"contributors" : ["Jeff Pittman"],
"dependencies" : {
"sc-runtime": "git://github.com/mauritslamers/sc-runtime.git",
"canvas": "git://github.com/mauritslamers/node-canvas-bin.git",
"less": "1.3.x",
"node-sass": "0.2.6",
"compass": "git://github.com/mauritslamers/compass#stable",
"uglify-js": "2.2.x"
},
"version" : "0.5.1",
"bin": {
"sproutcore": "./bin/sproutcore"
},
"engines" : {"node": "0.8.x"}
}