mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 10:25:42 +01:00
36 lines
977 B
JSON
36 lines
977 B
JSON
{
|
|
"name": "monaco-css",
|
|
"version": "0.0.1",
|
|
"description": "CSS, LESS and SCSS support for Monaco Editor",
|
|
"scripts": {
|
|
"test": "node_modules/.bin/mocha",
|
|
"watch": "node_modules/.bin/gulp watch",
|
|
"prepublish": "node_modules/.bin/gulp release"
|
|
},
|
|
"author": "Microsoft Corporation",
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/monaco-css"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/monaco-css/issues"
|
|
},
|
|
"dependencies": {
|
|
"vscode-css-languageservice": "file:../vscode-css-languageservice",
|
|
"vscode-languageserver-types": "1.0.0"
|
|
},
|
|
"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",
|
|
"mocha": "^2.5.3",
|
|
"monaco-editor-core": "^0.4.0",
|
|
"object-assign": "^4.1.0",
|
|
"rimraf": "^2.5.2",
|
|
"typescript": "1.8.10"
|
|
}
|
|
}
|