forked from mauritslamers/build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
21 lines (21 loc) · 828 Bytes
/
Copy pathpackage.json
File metadata and controls
21 lines (21 loc) · 828 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name" : "scbuildtools",
"description" : "Node.js buildtools for sproutcore, based on sproutcore",
"repository" : { "type" : "git",
"url" : "https://github.com/mauritslamers/scbuildtools.git" },
"keywords" : ["node.js", "sproutcore"],
"author" : "Maurits Lamers <mauritslamers@gmail.com>",
"main" : "./buildtools.js",
"dependencies" : {
"sc-runtime": "git://github.com/mauritslamers/sc-runtime.git",
"canvas": "git://github.com/mauritslamers/node-canvas-bin.git",
"node-sass": "git://github.com/litek/node-sass.git#e088c93",
"compass": "git://github.com/mauritslamers/compass#stable",
"uglify-js": "2.2.x"
},
"version" : "0.0.1",
"bin": {
"sproutcore": "./bin/sproutcore"
},
"engines" : {"node": "0.8.x"}
}