36 строки
837 B
JSON
36 строки
837 B
JSON
{
|
|
"name": "taco-simulate",
|
|
"version": "0.1.2",
|
|
"description": "A browser based plugin simulation tool to aid development and testing of Cordova applications.",
|
|
"main": "src/simulate.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/microsoft/taco-simulate"
|
|
},
|
|
"keywords": [
|
|
"taco",
|
|
"cordova",
|
|
"plugins",
|
|
"simulation"
|
|
],
|
|
"author": {
|
|
"name": "Microsoft Corp."
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/microsoft/taco-simulate/issues"
|
|
},
|
|
"homepage": "https://github.com/microsoft/taco-simulate",
|
|
"dependencies": {
|
|
"chalk": "^1.1.1",
|
|
"cordova-serve": "^1.0.0",
|
|
"replacestream": "^4.0.0",
|
|
"send": "timbarham/send#transform",
|
|
"taco-simulate-server": "^0.1.3"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.12.0",
|
|
"npm": ">= 2.5.1"
|
|
}
|
|
}
|