blob: 6ba20fc102170746bc0fd07adbbda30950f39af2 [file] [log] [blame]
{
"name": "cordova-osx",
"version": "7.1.0-dev",
"description": "cordova-osx release",
"main": "bin/templates/scripts/cordova/Api.js",
"repository": "github:apache/cordova-osx",
"bugs": "https://github.com/apache/cordova-osx/issues",
"keywords": [
"osx",
"cordova",
"apache",
"ecosystem:cordova",
"cordova:platform"
],
"scripts": {
"test": "npm run lint && npm run test:coverage",
"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",
"lint": "eslint . \"bin/**/!(*.*)\""
},
"author": "Apache Software Foundation",
"license": "Apache-2.0",
"dependencies": {
"cordova-common": "^4.0.2",
"nopt": "^5.0.0",
"plist": "^3.0.4",
"shelljs": "^0.8.5",
"underscore": "^1.13.2",
"unorm": "^1.4.1",
"xcode": "^3.0.1"
},
"devDependencies": {
"@cordova/eslint-config": "^4.0.0",
"jasmine": "^4.0.2",
"jasmine-spec-reporter": "^7.0.0",
"nyc": "^15.1.0",
"tmp": "0.2.1"
},
"engines": {
"node": ">=10.0.0"
},
"nyc": {
"include": [
"bin/lib/**",
"bin/templates/scripts/**"
],
"reporter": [
"lcov",
"text"
]
}
}