forked from emilbayes/sync-cordova-xml
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 942 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
{
"name": "sync-cordova-xml2",
"version": "0.0.3",
"description": "Sync Cordova's XML files with your package.json mo bettah (Updated Fork of https://github.com/nphyatt/sync-cordova-xml/issues)",
"main": "index.js",
"dependencies": {
"minimist": "^1.2.0",
"nanoassert": "^1.1.0",
"np": "^3.0.4",
"parse-author": "^2.0.0",
"xml-js": "^1.6.7"
},
"devDependencies": {},
"scripts": {
"test": "true",
"release": "np"
},
"bin": {
"sync-cordova-xml2": "bin/sync.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/nphyatt/sync-cordova-xml.git"
},
"keywords": [],
"author": "Emil Bay <[email protected]>",
"contributors": [
"Emil Bay <[email protected]>",
"Nick Hyatt <[email protected]"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/nphyatt/sync-cordova-xml/issues"
},
"homepage": "https://github.com/nphyatt/sync-cordova-xml#readme"
}