blob: 5d5a6bbc2b4f7ab1a6d78c6cf84df45332350eb9 [file] [log] [blame]
{
"name": "cordova-coho",
"version": "1.0.2-dev",
"description": "Apache Cordova release tool",
"main": "./coho",
"bin": {
"coho": "./coho"
},
"dependencies": {
"chalk": "~0.4",
"co": "~4.0",
"co-stream": "0.1.1",
"glob": "^5.0.14",
"gnode": "^0.1.0",
"inquirer": "2.0.0",
"jasmine": "^2.5.3",
"jasmine-co": "^1.2.2",
"jira-client": "4.2.0",
"jira-linkify": "^2.3.0",
"nlf": "^2.0.1",
"opener": "^1.4.1",
"optimist": "0.4",
"q": "1.4.1",
"request": "^2.88.0",
"semver": "^4.2.0",
"shelljs": "0.1.4",
"treeify": "^1.0.1",
"xml2js": "0.4.17"
},
"devDependencies": {
"eslint": "^5.12.0",
"eslint-config-semistandard": "^13.0.0",
"eslint-config-standard": "^12.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-node": "^7.0.1",
"eslint-plugin-promise": "^4.0.0",
"eslint-plugin-standard": "^4.0.0",
"tap-dot": "^1.0.0",
"tap-spec": "^5.0.0",
"tape": "^4.0.0",
"tape-runner": "^0.3.0"
},
"scripts": {
"test": "npm run eslint && npm run jasmine && npm run tape-test",
"tape-test": "node test/test.js | tap-spec",
"cover": "istanbul cover --root src --print detail jasmine",
"jasmine": "jasmine",
"eslint": "eslint test && eslint src"
},
"repository": {
"type": "git",
"url": "https://github.com/apache/cordova-coho"
},
"bugs": {
"url": "https://issues.apache.org/jira/browse/CB"
},
"authors": [
"Andrew Grieve",
"steven gill",
"Brian LeRoux"
],
"license": "Apache-2.0"
}