forked from MobileChromeApps/mobile-chrome-apps
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 850 Bytes
/
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
{
"name": "cca",
"author": "The Chrome Team",
"version": "0.0.5",
"description": "Run Chrome Apps on mobile using Apache Cordova",
"preferGlobal": "true",
"keywords": [
"cordova",
"chrome",
"mobile",
"apps"
],
"bin": {
"cca": "src/cca.js"
},
"man": "./docs/man/cca.7",
"license": "Apache version 2.0",
"repository": {
"type": "git",
"url": "https://github.com/MobileChromeApps/mobile-chrome-apps.git"
},
"dependencies": {
"cordova": "3.3.1-0.4.2",
"optimist": "~0.5",
"cryptojs": "~2",
"elementtree": "0.1.5",
"shelljs": "~0.2.6",
"node.extend": "",
"cca-push": "~0.0.3",
"q": "~1"
},
"files": [
"README.md",
"RELEASENOTES.md",
"chrome-cordova/README.md",
"chrome-cordova/plugins",
"cordova",
"docs",
"src",
"templates"
]
}