-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
62 lines (62 loc) · 1.34 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
{
"name": "hyperloop",
"preferGlobal": true,
"version": "0.1.3",
"author": "Appcelerator <[email protected]>",
"description": "hyperloop compiler",
"license": "Apache Public License, Version 2",
"contributors": [
{
"name": "Jeff Haynie",
"email": "[email protected]"
}
],
"bin": {
"hyperloop": "./bin/hyperloop"
},
"scripts": {
"test": "grunt test"
},
"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.6.0",
"underscore": "1.5.2",
"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.4",
"colors": "0.6.2",
"semver": "2.2.1",
"node-uuid": "1.4.1",
"node-appc": "0.1.30"
},
"optionalDependencies": {
"zipper": "0.3.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"mocha": "~1.14.0",
"should": "~2.1.0",
"istanbul": "~0.1.44",
"grunt-mocha-test": "~0.7.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-jshint": "~0.7.1",
"nock": "~0.23.0"
},
"engines": {
"node": ">=0.10.15"
}
}