forked from cb1kenobi/hyperloop
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
53 lines (53 loc) · 1.16 KB
/
package.json
File metadata and controls
53 lines (53 loc) · 1.16 KB
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": "hyperloop",
"preferGlobal": true,
"version": "0.0.1",
"author": "Appcelerator <support@appcelerator.com>",
"description": "hyperloop compiler",
"license": "Apache Public License, Version 2",
"contributors": [
{
"name": "Jeff Haynie",
"email": "jhaynie@appcelerator.com"
}
],
"bin": {
"hyperloop": "./bin/hyperloop"
},
"scripts": {
"test": "mocha --recursive --reporter list ./specs --timeout 60s"
},
"main": "./lib/hyperloop",
"repository": {
"type": "git",
"url": "https://github.com/appcelerator/hyperloop.git"
},
"keywords": [
"ios",
"android",
"win8",
"titanium",
"appcelerator"
],
"dependencies": {
"async": "~0.2.9",
"temp": "~0.5.1",
"commander": "~2.0.0",
"underscore": "~1.5.1",
"uglify-js": "https://github.com/tonylukasavage/UglifyJS2/tarball/hyperloop",
"ejs": "~0.8.4",
"byline": "~3.1.2",
"stream-buffers": "~0.2.5",
"wrench": "~1.5.1",
"ios-sim": "~1.8.2",
"colors": "~0.6.0-1",
"semver": "~2.1.0"
},
"devDependencies": {
"mocha": "~1.12.0",
"should": "~1.2.2"
},
"engines": {
"node": ">=0.10.5"
}
}