-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
53 lines (53 loc) · 1.41 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
{
"name": "sproutcore",
"description": "SproutCore buildtools: Node.js buildtools for SproutCore, written in SproutCore",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/sproutcore/build-tools.git"
},
"bin": {
"sproutcore": "./bin/sproutcore",
"sproutcore-serve": "./bin/sproutcore-serve",
"sproutcore-build": "./bin/sproutcore-build",
"sproutcore-install": "./bin/sproutcore-install",
"sproutcore-init": "./bin/sproutcore-init",
"sproutcore-gen": "./bin/sproutcore-gen",
"sproutcore-gen-app": "./bin/sproutcore-gen-app"
},
"keywords": [
"node.js",
"sproutcore"
],
"scripts": {
"install": "node post_install.js"
},
"author": "Maurits Lamers <maurits@weidestraat.nl>",
"main": "./index.js",
"contributors": [
"Nicolas Badia",
"Jeff Pittman",
"Dave Porter",
"Topher Fangio"
],
"dependencies": {
"commander": "^2.20.3",
"compass-mixins": "git+https://github.com/sproutcore/compass-mixins.git",
"cssmin": "^0.4.3",
"daemon": "~1.1",
"ejs": "~>2.6.1",
"html-minifier": "^3.5.9",
"image-size": "^0.7.5",
"node-sass": "^9.0.0",
"rimraf": "~2.6.3",
"socket.io": "^2.3.0",
"sproutnode": "git+https://github.com/sproutcore/sproutcore.git",
"sync-rpc": "~1.3.6",
"terser": "~5.5.1",
"traceur": "0.0.111"
},
"version": "1.11.2-26",
"engines": {
"node": ">=0.10.x"
}
}