| { |
| "name": "cordova-wp8", |
| "version": "3.6.0-dev", |
| "description": "cordova-wp8 dev", |
| "main": "bin/create", |
| "repository": { |
| "type": "git", |
| "url": "https://git-wip-us.apache.org/repos/asf/cordova-wp8.git" |
| }, |
| "keywords": [ |
| "wp8", |
| "windowsphone", |
| "cordova", |
| "apache" |
| ], |
| "dependencies": { |
| "nopt": "~3", |
| "shelljs": "~0.3", |
| "node-uuid": "~1.4", |
| "q": "~1" |
| }, |
| "bundledDependencies": [ |
| "nopt", |
| "shelljs", |
| "node-uuid", |
| "q" |
| ], |
| "devDependencies": { |
| "jasmine-node": "~1", |
| "shelljs": "0.1.x" |
| }, |
| "scripts": { |
| "test": "bin\\create .\\testcreate & .\\testcreate\\cordova\\build & rm -rf .\\testcreate" |
| }, |
| "author": "Apache Software Foundation", |
| "license": "Apache Version 2.0" |
| } |