forked from enyojs/ares-project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
92 lines (92 loc) · 1.7 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
{
"name": "ares-ide",
"version": "0.1.4",
"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",
"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.8.x >=0.8.21",
"npm": "1.2.x"
},
"engineStrict": true,
"os" : [ "darwin", "linux", "win32" ],
"dependencies": {
"async": "0.1.x",
"combined-stream": "0.0.x",
"dropbox": "0.9.x",
"express": "3.1.x",
"form-data": "0.0.x",
"mime": "1.2.x",
"mkdirp": "0.3.x",
"nopt": "2.1.x",
"npmlog": "0.0.x",
"phonegapbuildapi": "1.0.2",
"request": "2.12.x",
"rimraf": "1.0.x",
"semver": "1.1.x",
"shelljs": "0.1.x",
"temp": "0.4.x",
"tunnel": "0.0.x",
"unzip": "0.1.x",
"zipstream": "0.2.x"
},
"bundledDependencies": [
"async",
"combined-stream",
"dropbox",
"express",
"form-data",
"mime",
"mkdirp",
"nopt",
"npmlog",
"phonegapbuildapi",
"request",
"rimraf",
"semver",
"shelljs",
"temp",
"tunnel",
"unzip",
"zipstream"
],
"devDependencies": {
"mocha": ">=1.4.2",
"should": ">=1.1.0"
},
"scripts" : {
"start": "node ide.js",
"install" : "node ./scripts/sub-npm.js"
},
"files": [
"LICENSE-2.0.txt",
"ares",
"assets",
"deimos",
"enyo",
"harmonia",
"hermes",
"ide-test.json",
"ide.js",
"ide.json",
"lib",
"model",
"phobos",
"preview",
"project-view",
"runares.bat",
"scripts",
"services",
"templates",
"test",
"utilities"
]
}