package.json 1.3 KB
Newer Older
A
Alex Dima 已提交
1 2
{
  "name": "monaco-editor-core",
3
  "private": true,
A
Alex Dima 已提交
4
  "version": "0.7.3",
A
Alex Dima 已提交
5 6
  "description": "A browser based code editor",
  "author": "Microsoft Corporation",
7 8 9 10 11 12 13
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/Microsoft/vscode"
  },
   "bugs": {
    "url": "https://github.com/Microsoft/vscode/issues"
A
Alex Dima 已提交
14 15 16 17
  },
  "devDependencies": {
    "debounce": "^1.0.0",
    "event-stream": "^3.1.7",
A
Alex Dima 已提交
18
    "ghooks": "1.0.3",
A
Alex Dima 已提交
19
    "glob": "^5.0.13",
A
Alex Dima 已提交
20 21 22 23 24 25 26 27 28
    "gulp": "^3.8.9",
    "gulp-bom": "^1.0.0",
    "gulp-concat": "^2.6.0",
    "gulp-cssnano": "^2.1.0",
    "gulp-filter": "^3.0.0",
    "gulp-flatmap": "^1.0.0",
    "gulp-rename": "^1.2.0",
    "gulp-sourcemaps": "^1.6.0",
    "gulp-tsb": "^2.0.1",
A
Alex Dima 已提交
29
    "gulp-tslint": "^4.3.0",
A
Alex Dima 已提交
30 31 32 33
    "gulp-uglify": "^2.0.0",
    "gulp-util": "^3.0.6",
    "gulp-watch": "^4.3.9",
    "is": "^3.1.0",
A
Alex Dima 已提交
34 35
    "istanbul": "^0.3.17",
    "jsdom-no-contextify": "^3.1.0",
A
Alex Dima 已提交
36
    "lazy.js": "^0.4.2",
A
Alex Dima 已提交
37 38
    "minimatch": "^2.0.10",
    "mocha": "^2.2.5",
A
Alex Dima 已提交
39 40
    "object-assign": "^4.0.1",
    "pump": "^1.0.1",
A
Alex Dima 已提交
41
    "remap-istanbul": "^0.6.4",
A
Alex Dima 已提交
42
    "rimraf": "^2.2.8",
A
Alex Dima 已提交
43
    "sinon": "^1.17.2",
A
Alex Dima 已提交
44
    "source-map": "^0.4.4",
A
Alex Dima 已提交
45
    "tslint": "^3.3.0",
M
Matt Bierner 已提交
46
    "typescript": "^2.1.4",
A
Alex Dima 已提交
47
    "typescript-formatter": "3.1.0",
A
Alex Dima 已提交
48 49 50
    "underscore": "^1.8.2",
    "vinyl": "^0.4.5",
    "vscode-nls-dev": "^2.0.1"
51
  }
A
Alex Dima 已提交
52
}