forked from microsoft/cordova-simulate
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.34 KB
/
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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "cordova-simulate",
"version": "0.3.13",
"description": "Simulates your Cordova application in the browser.",
"main": "src/simulate.js",
"bin": {
"simulate": "./bin/simulate"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/cordova-simulate"
},
"keywords": [
"cordova",
"plugins",
"simulation"
],
"author": {
"name": "Microsoft Corp."
},
"license": "MIT",
"bugs": {
"url": "https://github.com/Microsoft/cordova-simulate/issues"
},
"homepage": "https://github.com/Microsoft/cordova-simulate",
"engines": {
"node": ">= 0.12.0",
"npm": ">= 2.5.1"
},
"dependencies": {
"browserify": "^13.0.1",
"chalk": "^1.1.1",
"cordova-registry-mapper": "^1.1.12",
"cordova-serve": "^1.0.0",
"csp-parse": "^0.0.2",
"glob": "^7.0.5",
"minimist": "^1.2.0",
"ncp": "^2.0.0",
"q": "^1.4.1",
"replacestream": "^4.0.0",
"send-transform": "^0.14.0",
"socket.io": "^1.4.8",
"through2": "^2.0.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-debug": "^2.1.2",
"gulp-eslint": "^2.0.0",
"gulp-jsonlint": "^1.1.2",
"in-publish": "^2.0.0",
"mstranslator": "^3.0.0",
"parse5": "^2.2.1",
"pretty-data": "^0.40.0",
"xmldom": "^0.1.22"
},
"scripts": {
"update-loc": "node ./tools/i18n/update"
}
}