forked from RemoteDebug/remotedebug-ios-webkit-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1 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
{
"name": "remotedebug-ios-webkit-adapter",
"productName": "RemoteDebug iOS WebKit Adapter",
"version": "0.3.2",
"bin": {
"remotedebug_ios_webkit_adapter": "./out/index.js"
},
"scripts": {
"start": "gulp build && node out/index.js",
"build": "gulp build",
"prepublish": "gulp build",
"watch": "gulp watch",
"test": "gulp test",
"lint": "gulp lint"
},
"dependencies": {
"@types/express": "^4.0.34",
"@types/mocha": "^2.2.40",
"@types/optimist": "0.0.29",
"child-process-promise": "^2.2.0",
"debug": "^2.6.3",
"express": "^4.14.0",
"optimist": "^0.6.1",
"request": "^2.72.0",
"which": "^1.2.12",
"ws": "^1.1.0"
},
"devDependencies": {
"gulp": "^4.0.2",
"gulp-mocha": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-tslint": "^7.1.0",
"gulp-typescript": "^3.1.5",
"mocha": "^2.5.3",
"mock-socket": "^3.0.1",
"mockery": "^1.7.0",
"tslint": "^3.15.1",
"typemoq": "0.0.6",
"typescript": "2.2.2"
}
}