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
29 lines (29 loc) · 715 Bytes
/
Copy pathpackage.json
File metadata and controls
29 lines (29 loc) · 715 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
28
29
{
"name": "monaco-editor",
"private": true,
"version": "0.6.1",
"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": {
"event-stream": "^3.3.2",
"gulp": "^3.9.1",
"http-server": "^0.9.0",
"monaco-css": "1.1.4",
"monaco-editor-core": "0.6.1",
"monaco-json": "1.0.7",
"monaco-languages": "0.4.0",
"monaco-typescript": "0.6.1",
"rimraf": "^2.5.2"
}
}