blob: b848dc25fbadff88484d5cc0b4eeda6345e445ee [file] [log] [blame]
{
"name": "cordova-osx",
"version": "4.0.0",
"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"
],
"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",
"jshint": "node node_modules/jshint/bin/jshint bin && node node_modules/jshint/bin/jshint tests"
},
"author": "Apache Software Foundation",
"license": "Apache Version 2.0",
"devDependencies": {
"jshint": "^2.6.0",
"uncrustify": "^0.6.1",
"tmp": "^0.0.26",
"jasmine-node": "~1",
"shelljs": "^0.2.6",
"coffee-script": "^1.7.1",
"nodeunit": "^0.8.7"
}
}