forked from sproutcore/build-tools
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 993 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
34
35
36
37
38
39
40
{
"name": "sproutcore",
"description": "SproutCore buildtools: Node.js buildtools for SproutCore, written in SproutCore",
"repository": {
"type": "git",
"url": "https://github.com/sproutcore/build-tools.git"
},
"bin": {
"sproutcore": "./bin/sproutcore"
},
"keywords": [
"node.js",
"sproutcore"
],
"scripts": {
"install": "node post_install.js"
},
"author": "Maurits Lamers <[email protected]>",
"main": "./index.js",
"contributors": [
"Jeff Pittman",
"Dave Porter",
"Topher Fangio"
],
"dependencies": {
"sproutnode": "git://github.com/sproutcore/sproutcore#team/mauritslamers/sproutnode",
"node-sass": "~0.8.4",
"canvas": "git://github.com/mauritslamers/node-canvas-bin.git#node-v0.10",
"rimraf": "~2.2.6",
"ejs": "~1.0.0",
"commander": "~2.2.0",
"cssmin": "~0.4.1",
"uglify-js": "~2.4.13",
"html-minifier": "~0.6.1"
},
"version": "0.1.0",
"engines": {
"node": "0.10.x"
}
}