forked from microsoft/edge-diagnostics-adapter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 904 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
41
{
"name": "edge-diagnostics-adapter",
"version": "0.5.0",
"description": "Microsoft Edge Diagnostics Adapter",
"main": "out/src/edgeAdapter.js",
"files": [
"out\\lib",
"out\\src"
],
"keywords": [
"edge",
"diagnostics",
"devtools",
"browser"
],
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/edge-diagnostics-adapter.git"
},
"dependencies": {
"ws": "1.1.0"
},
"devDependencies": {
"gulp": "^3.9.1",
"gulp-mocha": "^2.1.3",
"gulp-msbuild": "^0.4.4",
"gulp-sequence": "^0.4.6",
"gulp-sourcemaps": "^1.5.2",
"gulp-tslint": "^3.3.1",
"gulp-typescript": "^2.12.1",
"gulp-util": "^3.0.5",
"nan": "^2.2.1",
"node-gyp": "^3.5.0",
"tslint": "^3.3.0",
"typescript": "1.8.7",
"typings": "1.0.4",
"yargs": "^4.6.0"
}
}