UNPKG

cordova-wp8

Version:

cordova-wp8 release

45 lines (44 loc) 1.45 kB
{ "name": "cordova-wp8", "version": "3.8.2", "description": "cordova-wp8 release", "main": "bin/create", "repository": { "type": "git", "url": "https://git-wip-us.apache.org/repos/asf/cordova-wp8.git" }, "keywords": [ "wp8", "windowsphone", "cordova", "apache", "ecosystem:cordova" ], "dependencies": { "nopt": "~3", "shelljs": "~0.3", "node-uuid": "~1.4", "q": "~1" }, "bundledDependencies": [ "nopt", "shelljs", "node-uuid", "q" ], "devDependencies": { "jasmine-node": "~1", "jshint": "^2.6.0", "rewire": ">=2.1.3", "istanbul": "^0.3.4" }, "scripts": { "test": "npm run jshint && npm run test-unit && npm run test-e2e", "test-unit": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions spec/unit", "test-e2e": "node node_modules/jasmine-node/lib/jasmine-node/cli.js --captureExceptions spec/e2e", "cover": "node node_modules/istanbul/lib/cli.js cover --root template --print detail node_modules/jasmine-node/bin/jasmine-node -- spec/unit", "jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint template && node node_modules/jshint/bin/jshint spec" }, "author": "Apache Software Foundation", "license": "Apache Version 2.0" }