-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
45 lines (45 loc) · 1.09 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
{
"name": "steal-cordova",
"version": "1.0.3",
"description": "Set up Cordova projects with StealJS",
"main": "lib/main.js",
"scripts": {
"test": "mocha test/test.js",
"publish": "git push origin --tags && git push origin",
"release:patch": "npm version patch && npm publish",
"release:minor": "npm version minor && npm publish",
"release:major": "npm version major && npm publish"
},
"repository": {
"type": "git",
"url": "https://github.com/stealjs/steal-cordova.git"
},
"keywords": [
"StealJS",
"Cordova"
],
"author": "Bitovi",
"license": "MIT",
"bugs": {
"url": "https://github.com/stealjs/steal-cordova/issues"
},
"homepage": "https://github.com/stealjs/steal-cordova",
"dependencies": {
"async": "^2.1.4",
"cheerio": "^0.22.0",
"cordova": "^7.0.0",
"es6-promise": "^4.0.5",
"fs-extra": "^4.0.1",
"mkdirp": "^0.5.1",
"multi-glob": "^1.0.1",
"pdenodeify": "^0.1.0",
"rimraf": "^2.4.0",
"xtend": "^4.0.0"
},
"system": {
"npmDependencies": []
},
"devDependencies": {
"mocha": "^3.2.0"
}
}