-
Notifications
You must be signed in to change notification settings - Fork 347
/
package.json
60 lines (60 loc) · 1.25 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
{
"name": "cca",
"author": "The Chrome Team",
"version": "0.8.2-dev",
"description": "Run Chrome Apps on mobile using Apache Cordova",
"preferGlobal": "true",
"keywords": [
"cordova",
"chrome",
"mobile",
"apps"
],
"bin": {
"cca": "src/cca.js"
},
"main": "src/cca.js",
"man": "./docs/man/cca.7",
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/MobileChromeApps/mobile-chrome-apps.git"
},
"dependencies": {
"cca-manifest-logic": "^1.1.5",
"chrome-app-developer-tool-client": "^0.0.5",
"cordova": "^5.4.0",
"crypto-js": "^3.1.4",
"debounce": "^1.0.0",
"elementtree": "0.1.6",
"gaze": "^0.5.1",
"node-uuid": "^1.4.1",
"node.extend": "",
"optimist": "~0.6.1",
"q": "~1",
"semver": "^4.1.0",
"shelljs": "^0.4.0",
"underscore": "^1.7.0",
"update-notifier": "^0.5.0",
"xmldom": "^0.1.19"
},
"files": [
"README.md",
"RELEASENOTES.md",
"cordova",
"docs",
"src",
"templates"
],
"devDependencies": {
"chai": "^1.9.1",
"gulp": "^3.7.0",
"gulp-jshint": "^1.6.1",
"gulp-mocha": "^1.1.1",
"gulp-util": "^3.0.1",
"walk": "^2.3.3"
},
"scripts": {
"test": "gulp test"
}
}