This repository has been archived by the owner on Apr 3, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 50
/
package.json
70 lines (70 loc) · 1.54 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
{
"name": "crosswalk-app-tools",
"version": "0.10.5",
"description": "An APK packager for the Crosswalk Project -- http://crosswalk-project.org",
"author": "Robert Staudinger <[email protected]>",
"license": "Apache-2.0",
"engines": {
"node": ">=0.12"
},
"bin": {
"crosswalk-app": "./src/crosswalk-app",
"crosswalk-pkg": "./src/crosswalk-pkg"
},
"scripts": {
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/crosswalk-project/crosswalk-app-tools.git"
},
"dependencies": {
"adm-zip": "~0.4.4",
"format-json": "~1.0.3",
"https-proxy-agent": "~0.3.5",
"memorystream": "~0.3.0",
"minimist": "~1.1.0",
"mktemp": "~0.3.5",
"mustache": "~0.8.2",
"parse-color": "~1.0.0",
"readdir": "~0.0.13",
"shelljs": "~0.3.0",
"uuid": "^3.0.0",
"xmlbuilder": "~2.6.4",
"xmldom": "~0.1.19"
},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-nodeunit": "~0.4.1",
"grunt-jsdoc": "~0.6.7",
"grunt-release": "~0.9.0",
"jsdoc": "~3.3.2",
"nodeunit": "~0.9.0"
},
"keywords": [
"crosswalk",
"apk",
"packaging",
"android"
],
"bugs": {
"url": "https://crosswalk-project.org/jira/"
},
"files": [
"android",
"app-template",
"examples",
"Gruntfile.js",
"index.js",
"LICENSE-APACHE-V2",
"package.json",
"manifest.md",
"README.md",
"src",
"test",
"test-util",
"windows"
]
}