-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
58 lines (58 loc) · 1.02 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
{
"name": "hyperloop",
"version": "7.0.9",
"description": "Access native APIs from within Titanium.",
"keywords": [
"appcelerator",
"titanium",
"hyperloop",
"android",
"ios",
"windows"
],
"author": "Jeff Haynie",
"contributors": [
{
"name": "Chris Williams"
},
{
"name": "Chee Kiat Ng"
},
{
"name": "Pedro Enrique"
},
{
"name": "Dawson Toth"
},
{
"name": "Hans Knoechel"
},
{
"name": "Jan Vennemann"
},
{
"name": "Joshua Quick"
},
{
"name": "Kota Iguchi"
}
],
"license": "UNLICENSED",
"private": true,
"devDependencies": {
"async": "^2.6.1",
"colors": "^1.3.3",
"commander": "^2.19.0",
"eslint": "^5.12.0",
"eslint-config-axway": "^4.2.1",
"fs-extra": "^7.0.1",
"node-appc": "^0.2.48",
"request": "^2.87.0",
"semver": "^5.1.0",
"temp": "^0.9.0",
"titanium": "^5.2.0"
},
"scripts": {
"test": "echo 'Error: no test specified'"
}
}