2016-06-10 01:25:58 +08:00
|
|
|
{
|
|
|
|
"name": "monaco-editor",
|
|
|
|
"private": true,
|
2016-06-17 14:41:10 +08:00
|
|
|
"version": "0.4.0",
|
2016-06-10 01:25:58 +08:00
|
|
|
"description": "A browser based code editor",
|
|
|
|
"author": "Microsoft Corporation",
|
|
|
|
"license": "MIT",
|
|
|
|
"scripts": {
|
|
|
|
"simpleserver": "node_modules/.bin/http-server -c-1 ../",
|
2016-06-17 14:40:48 +08:00
|
|
|
"release": "node_modules/.bin/gulp release",
|
|
|
|
"website": "node_modules/.bin/gulp website"
|
2016-06-10 01:25:58 +08:00
|
|
|
},
|
|
|
|
"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",
|
2016-06-16 22:44:09 +08:00
|
|
|
"monaco-editor-core": "0.4.2",
|
2016-06-16 18:42:17 +08:00
|
|
|
"monaco-languages": "0.2.0",
|
2016-06-17 14:40:48 +08:00
|
|
|
"monaco-typescript": "0.2.1",
|
2016-06-10 01:25:58 +08:00
|
|
|
"rimraf": "^2.5.2"
|
|
|
|
}
|
|
|
|
}
|