48 строки
1.0 KiB
JSON
48 строки
1.0 KiB
JSON
{
|
|
"name": "opendebug-webkit",
|
|
"version": "0.0.0",
|
|
"description": "OpenDebug adapters for the WebKit protocol",
|
|
"author": {
|
|
"name": "Microsoft Corporation, Visual Studio Code Team"
|
|
},
|
|
"publisher": "Microsoft",
|
|
"engines": {
|
|
"vscode": "*"
|
|
},
|
|
"license": "",
|
|
"dependencies": {
|
|
"ws": "0.8.0",
|
|
"source-map": "*"
|
|
},
|
|
"devDependencies": {
|
|
"gulp": "^3.9.0",
|
|
"gulp-mocha": "^2.1.3",
|
|
"gulp-sourcemaps": "^1.5.2",
|
|
"gulp-tslint": "^3.3.1",
|
|
"gulp-typescript": "^2.8.0",
|
|
"gulp-util": "^3.0.5",
|
|
"mocha": "^2.3.3",
|
|
"mockery": "^1.4.0",
|
|
"sinon": "^1.17.2",
|
|
"tsd": "^0.6.3",
|
|
"tslint": "^2.5.1",
|
|
"typescript": "^1.6.2"
|
|
},
|
|
"contributes": {
|
|
"debugAdapter": [
|
|
{
|
|
"type": "webkit",
|
|
"enableBreakpointsFor": {
|
|
"languageIds": [
|
|
"javascript",
|
|
"typescript",
|
|
"coffeescript"
|
|
]
|
|
},
|
|
"program": "./out/webkit/openDebugWebkit.js",
|
|
"runtime": "node"
|
|
}
|
|
]
|
|
}
|
|
}
|