blob: 361247b9d2942f0575f8d29e6684968e26876e2d [file] [log] [blame]
{
"name": "cordova-osx",
"version": "5.0.0-dev",
"description": "cordova-osx release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-osx"
},
"keywords": [
"osx",
"cordova",
"apache",
"ecosystem:cordova",
"cordova:platform"
],
"scripts": {
"cover": "npm run test:coverage",
"test": "npm run eslint && npm run test:component && npm run test:objc",
"test:objc": "jasmine --config=tests/spec/objc.json",
"test:component": "jasmine --config=tests/spec/component.json",
"test:coverage": "nyc jasmine --config=tests/spec/coverage.json",
"eslint": "eslint bin tests"
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"cordova-common": "^3.0.0",
"nopt": "^3.0.6",
"q": "^1.4.1",
"shelljs": "^0.5.3",
"underscore": "^1.8.3",
"unorm": "^1.4.1",
"xcode": "^1.0.0"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-config-semistandard": "^11.0.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.14.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.8.0",
"eslint-plugin-standard": "^3.1.0",
"jasmine": "^3.1.0",
"nyc": "^13.0.1",
"tmp": "0.0.33"
},
"engines": {
"node": ">=6.0.0"
},
"nyc": {
"include": [
"bin/templates/scripts/**"
],
"reporter": [
"lcov",
"text"
]
}
}