forked from microsoft/taco-simulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 946 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
{
"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",
"bin": {
"simulate": "./bin/simulate"
},
"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",
"minimist": "^1.2.0",
"replacestream": "^4.0.0",
"send": "timbarham/send#transform",
"taco-simulate-server": "^0.1.3",
"webcomponents.js": "^0.7.2"
},
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
}
}