35 lines
942 B
JSON
35 lines
942 B
JSON
{
|
|
"name": "monaco-languages",
|
|
"version": "0.6.1",
|
|
"description": "Bundle of many languages for the Monaco Editor.",
|
|
"scripts": {
|
|
"compile": "node_modules/.bin/gulp compile",
|
|
"watch": "node_modules/.bin/gulp watch",
|
|
"test": "node_modules/.bin/mocha",
|
|
"prepublish": "node_modules/.bin/gulp release"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/monaco-languages"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/monaco-languages/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",
|
|
"jsdom-no-contextify": "^3.1.0",
|
|
"merge-stream": "^1.0.0",
|
|
"mocha": "^2.5.3",
|
|
"monaco-editor-core": "^0.7.0",
|
|
"object-assign": "^4.1.0",
|
|
"rimraf": "^2.5.2",
|
|
"typescript": "2.0.3"
|
|
}
|
|
}
|