34 строки
768 B
JSON
34 строки
768 B
JSON
{
|
|
"name": "vscode-textmate",
|
|
"version": "2.1.0",
|
|
"description": "VSCode TextMate grammar helpers",
|
|
"author": {
|
|
"name": "Microsoft Corporation"
|
|
},
|
|
"main": "./release/main.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-textmate"
|
|
},
|
|
"license": "MIT",
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-textmate/issues"
|
|
},
|
|
"scripts": {
|
|
"watch": "gulp watch",
|
|
"test": "mocha out/tests/tests",
|
|
"benchmark": "node benchmark/benchmark.js"
|
|
},
|
|
"dependencies": {
|
|
"fast-plist": "^0.1.0",
|
|
"oniguruma": "^6.0.1"
|
|
},
|
|
"devDependencies": {
|
|
"event-stream": "^3.3.1",
|
|
"gulp": "^3.9.0",
|
|
"gulp-concat": "^2.6.0",
|
|
"gulp-typescript": "^2.8.2",
|
|
"mocha": "^3.0.2"
|
|
}
|
|
}
|