UNPKG

753 BJSONView Raw
1{
2 "name": "cordova-windows",
3 "version": "3.6.3",
4 "description": "cordova-windows release",
5 "main": "bin/create",
6 "repository":{
7 "type":"git",
8 "url":"https://github.com/apache/cordova-windows"
9 },
10 "keywords": [
11 "windows",
12 "cordova",
13 "apache"
14 ],
15 "dependencies": {
16 "q": "^0.9.0",
17 "nopt": "~3",
18 "node-uuid": "~1.4",
19 "shelljs": "~0.3"
20 },
21 "bundledDependencies": [
22 "nopt",
23 "shelljs",
24 "node-uuid",
25 "q"
26 ],
27 "scripts": {
28 "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate"
29 },
30 "author": "Apache Software Foundation",
31 "license": "Apache Version 2.0"
32}