forked from microsoft/monaco-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 844 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
{
"name": "cf-monaco-editor",
"version": "0.1.3",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"simpleserver": "gulp simpleserver",
"release": "gulp release",
"website": "gulp website"
},
"typings": "./monaco.d.ts",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"clean-css": "^3.4.20",
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"gulp-typedoc": "^2.0.0",
"http-server": "^0.9.0",
"monaco-css": "1.2.1",
"cf-monaco-editor-core": "0.7.3",
"cf-monaco-html": "0.1.0",
"monaco-json": "1.1.1",
"monaco-languages": "0.6.0",
"cf-monaco-typescript": "^0.1.0",
"rimraf": "^2.5.2",
"typedoc": "^0.5.0",
"uncss": "^0.14.1"
}
}