blob: 508e80d3f7ffceabbfed233888d307115b96311f [file] [log] [blame]
{
"name": "cordova-paramedic",
"version": "0.5.0",
"license": "Apache 2.0",
"description": "Use medic to test a cordova plugin locally",
"main": "paramedic.js",
"bin": {
"cordova-paramedic": "./main.js"
},
"engines" : {
"node" : ">=0.11.2"
},
"repository": {
"type": "git",
"url": "git://github.com/apache/cordova-paramedic.git"
},
"scripts": {
"test": "npm run jshint & npm run test-ios",
"jshint": "node node_modules/jshint/bin/jshint lib/",
"test-appveyor": "npm run test-windows",
"test-travis": "npm run test-ios",
"test-android": "node main.js --platform android --plugin ./spec/testable-plugin/",
"test-ios": "node main.js --platform ios --plugin ./spec/testable-plugin/ --verbose",
"test-windows": "node main.js --platform windows --plugin ./spec/testable-plugin/",
"test-wp8": "node main.js --platform wp8 --plugin ./spec/testable-plugin/"
},
"keywords": [
"cordova",
"medic",
"test"
],
"author": "Jesse MacFadyen",
"dependencies": {
"cordova-common": "^1.1.0",
"expect-telnet": "^0.5.2",
"jasmine": "^2.4.1",
"jasmine-reporters": "^2.1.1",
"jasmine-spec-reporter": "^2.4.0",
"localtunnel": "~1.5.0",
"minimist": "~1.1.0",
"path-extra": "^3.0.0",
"q": "^1.4.1",
"randomstring": "^1.1.5",
"saucelabs": "^1.2.0",
"shelljs": "~0.3.0",
"socket.io": "^1.4.5",
"tcp-port-used": "^0.1.2",
"tmp": "0.0.25",
"tree-kill": "^1.1.0",
"unorm": "^1.4.1",
"wd": "^0.4.0"
},
"devDependencies": {
"jasmine-node": "~1",
"jshint": "^2.6.0"
}
}