blob: 695e3cc28444d5e570607704de6689802a6f941f [file] [log] [blame]
{
"name": "medic",
"version": "0.2.3",
"description": "continuous integration setup for Apache Cordova",
"author": "Fil Maj <maj.fil@gmail.com> (http://filmaj.ca)",
"bin": {
"medic": "./medic/medic.js"
},
"dependencies": {
"commander": "^2.8.1",
"follow": "^0.11.4",
"optimist": "^0.6.1",
"q": "^1.3.0",
"request": "^2.55.0",
"shelljs": "^0.4.0"
},
"subdomain": "cordova.medic",
"engines": {
"node": ">=0.8.x"
},
"contributors": [
{
"name": "Don Coleman",
"email": "don.coleman@gmail.com"
}
],
"scripts": {
"test": "npm run lint",
"lint": "node_modules/.bin/jshint medic lib"
},
"devDependencies": {
"jshint": "^2.8.0"
}
}