forked from microsoft/monaco-html
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.08 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
{
"name": "cf-monaco-html",
"version": "0.1.0",
"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": "^2.0.0",
"gulp-uglify": "^1.5.3",
"merge-stream": "^1.0.0",
"monaco-editor-core": "^0.7.0",
"monaco-languages": "^0.6.1",
"cf-monaco-typescript": "^0.1.0",
"object-assign": "^4.1.0",
"rimraf": "^2.5.2",
"typescript": "2.0.3",
"vscode-html-languageservice": "1.0.0-next.6",
"vscode-languageserver-types": "^1.0.4-next.2"
}
}