You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
monaco-editor/package.json

36 lines
875 B
JSON

{
"name": "monaco-json",
"version": "1.0.1",
"description": "JSON plugin for the Monaco Editor",
"scripts": {
"compile": "gulp compile",
"watch": "gulp watch",
"prepublish": "gulp release"
},
"author": "Microsoft Corporation",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/monaco-json"
},
"bugs": {
"url": "https://github.com/Microsoft/monaco-json/issues"
},
"dependencies": {
"vscode-json-languageservice": "^1.1.0",
"vscode-languageserver-types": "^1.0.1"
},
"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",
"merge-stream": "^1.0.0",
"monaco-editor-core": "0.5.1",
"object-assign": "^4.1.0",
"rimraf": "^2.5.2",
"typescript": "1.8.10"
}
}