-
Notifications
You must be signed in to change notification settings - Fork 49
/
package.json
94 lines (94 loc) · 1.98 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
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "ares-ide",
"version": "0.2.13",
"license" : "Apache 2.0",
"description": "A browser-based code editor and UI designer for Enyo 2 projects",
"keywords": ["ide", "enyo", "phonegap", "android", "ios", "windowsphone", "blackberry", "webos", "html5"],
"homepage": "https://github.com/enyojs/ares-project/blob/master/README.md",
"bugs": {
"url": "https://enyojs.atlassian.net/browse/ENYO"
},
"bin": "./ide.js",
"repository" : {
"type" : "git",
"url" : "http://github.com/enyojs/ares-project.git"
},
"engines": {
"node" : ">=0.10.6",
"npm": ">=1.2.11"
},
"engineStrict": true,
"os" : [ "darwin", "linux", "win32" ],
"dependencies": {
"archiver": "~0.4.6",
"ares-generator": "~0.3.4",
"async": "~0.2.9",
"base64-stream": "~0.1.2",
"busboy": "~0.0.5",
"combined-stream": "~0.0.4",
"dropbox": "~0.9.2",
"express": "~3.4.0",
"graceful-fs": "2.0.1",
"less": "~1.4.2",
"mime": "~1.2.10",
"mkdirp": "~0.3.5",
"nopt": "~2.1.2",
"npmlog": "~0.0.4",
"phonegap-build-api": "~0.3.3",
"request": "~2.26.0",
"rimraf": "~2.2.2",
"semver": "2.1.0",
"temp": "~0.5.1",
"tunnel": "~0.0.2"
},
"bundledDependencies": [
"archiver",
"ares-generator",
"async",
"base64-stream",
"busboy",
"combined-stream",
"dropbox",
"express",
"graceful-fs",
"less",
"mime",
"mkdirp",
"nopt",
"npmlog",
"phonegap-build-api",
"request",
"rimraf",
"semver",
"temp",
"tunnel"
],
"devDependencies": {
"mocha": "~1.4.2",
"shelljs": "~0.1.4",
"should": "~1.1.0",
"jshint": "~2.1.3"
},
"scripts" : {
"start": "node ide.js",
"install" : "node ./scripts/sub-npm.js",
"minify" : "node ./scripts/minify.js",
"postpublish" : "node ./scripts/postpublish.js",
"pretest" : "node ./scripts/test.js"
},
"files": [
"LICENSE-2.0.txt",
"*.md",
"_ares",
"source/enyo-editor/deimos/designer/designerFrame",
"enyo/loader.js",
"enyo/tools",
"hermes",
"ide.js",
"ide.json",
"scripts",
"templates",
"package.json",
"index.html"
]
}