forked from microsoft/monaco-editor
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 660 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 660 Bytes
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
{
"name": "monaco-editor",
"private": true,
"version": "0.4.0",
"description": "A browser based code editor",
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"simpleserver": "http-server -c-1 ../",
"release": "gulp release",
"website": "gulp website"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-editor"
},
"devDependencies": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"http-server": "^0.9.0",
"monaco-editor-core": "0.4.2",
"monaco-languages": "0.2.1",
"monaco-typescript": "0.2.1",
"monaco-css": "1.0.0",
"rimraf": "^2.5.2"
}
}