blob: 9a9d596a2ba3dcea25521fbfcd4cd4943bb55ace [file] [log] [blame]
{
"name": "cordova-osx",
"version": "4.0.1",
"description": "cordova-osx release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": {
"type": "git",
"url": "https://git-wip-us.apache.org/repos/asf/cordova-osx.git"
},
"keywords": [
"osx",
"cordova",
"apache",
"ecosystem:cordova",
"cordova:platform"
],
"scripts": {
"test": "npm run jshint && npm run jasmine",
"jasmine": "npm run objc-tests && npm run jasmine-tests",
"objc-tests": "jasmine-node --captureExceptions --color tests/spec/cordovalib.spec.js",
"jasmine-tests": "jasmine-node --captureExceptions --color tests/spec/create.spec.js tests/spec/platform.spec.js",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"dependencies": {
"cordova-common": "^1.0.0",
"nopt": "^3.0.6",
"q": "^1.4.1",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"unorm": "^1.4.1",
"xcode": "^0.8.3"
},
"bundledDependencies": [
"cordova-common",
"nopt",
"q",
"underscore",
"unorm",
"xcode",
"shelljs"
],
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26",
"jasmine-node": "~1",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
}
}