UNPKG

635 BJSONView Raw
1{
2 "name": "cordova-paramedic",
3 "version": "0.0.8",
4 "description": "Use medic to test a cordova plugin locally",
5 "main": "cordova-paramedic",
6 "bin": {
7 "cordova-paramedic" : "./main.js"
8 },
9 "repository": {
10 "type": "git",
11 "url": "git://github.com/purplecabbage/cordova-paramedic.git"
12 },
13 "scripts": {
14 "test": "cordova-paramedic --platform ios --plugin ../spec/testable-plugin/"
15 },
16 "keywords": [
17 "cordova",
18 "medic",
19 "test"
20 ],
21 "author": "Jesse MacFadyen",
22 "license": "Apache 2.0",
23 "dependencies": {
24 "localtunnel": "~1.5.0",
25 "shelljs": "~0.3.0",
26 "minimist": "~1.1.0"
27 }
28}