36 lines
983 B
JSON
36 lines
983 B
JSON
{
|
|
"name": "monaco-languages",
|
|
"version": "0.5.0",
|
|
"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": "^1.10.4",
|
|
"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.1",
|
|
"object-assign": "^4.1.0",
|
|
"rimraf": "^2.5.2",
|
|
"typescript": "^1.8.10",
|
|
"typescript-with-globs": "^0.1.4"
|
|
}
|
|
}
|