UNPKG

1.29 kBJSONView Raw
1{
2 "name": "cordova-windows",
3 "version": "4.4.1",
4 "description": "cordova-windows release",
5 "bin": "bin/create",
6 "main": "template/cordova/Api.js",
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/apache/cordova-windows"
10 },
11 "keywords": [
12 "windows",
13 "cordova",
14 "apache"
15 ],
16 "scripts": {
17 "test": "npm run jshint && npm run test-unit && npm run test-e2e",
18 "test-unit": "jasmine-node --captureExceptions spec/unit",
19 "test-e2e": "jasmine-node --captureExceptions spec/e2e",
20 "cover": "istanbul cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit",
21 "jshint": "jshint bin && jshint template && jshint spec"
22 },
23 "dependencies": {
24 "cordova-common": "^1.3.0",
25 "elementtree": "^0.1.6",
26 "node-uuid": "^1.4.3",
27 "nopt": "^3.0.4",
28 "q": "^1.4.1",
29 "semver": "^5.2.0",
30 "shelljs": "^0.5.3",
31 "winjs": "^4.4.0"
32 },
33 "devDependencies": {
34 "istanbul": "^0.4.0",
35 "jasmine-node": "1.14.5",
36 "jshint": "^2.8.0",
37 "rewire": "^2.5.1"
38 },
39 "bundledDependencies": [
40 "cordova-common",
41 "elementtree",
42 "node-uuid",
43 "nopt",
44 "q",
45 "semver",
46 "shelljs",
47 "winjs"
48 ],
49 "author": "Apache Software Foundation",
50 "license": "Apache-2.0"
51}