mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 11:35:40 +01:00
35 lines
1 KiB
JSON
35 lines
1 KiB
JSON
{
|
|
"name": "monaco-html",
|
|
"version": "1.0.0-next.1",
|
|
"description": "HTML plugin for the Monaco Editor",
|
|
"scripts": {
|
|
"compile": "gulp compile",
|
|
"watch": "gulp watch",
|
|
"prepublish": "gulp release",
|
|
"install-service-next": "npm install vscode-html-languageservice@next -f -D",
|
|
"install-service-local": "npm install ../vscode-html-languageservice -f -D"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/monaco-html"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/monaco-editor/issues"
|
|
},
|
|
"devDependencies": {
|
|
"event-stream": "^3.3.2",
|
|
"gulp": "^3.9.1",
|
|
"gulp-requirejs": "^0.1.3",
|
|
"gulp-tsb": "^1.10.4",
|
|
"gulp-uglify": "^1.5.3",
|
|
"merge-stream": "^1.0.0",
|
|
"monaco-editor-core": "0.6.0",
|
|
"object-assign": "^4.1.0",
|
|
"rimraf": "^2.5.2",
|
|
"typescript": "1.8.10",
|
|
"vscode-html-languageservice": "^1.0.0-next.2",
|
|
"vscode-languageserver-types": "^1.0.4-next.2"
|
|
}
|
|
}
|