vscode/package.json

110 lines
2.8 KiB
JSON
Raw Normal View History

2015-11-13 14:39:38 +01:00
{
2016-05-04 11:08:48 +02:00
"name": "code-oss-dev",
2016-08-02 09:33:02 +02:00
"version": "1.5.0",
2016-07-08 09:31:28 +02:00
"electronVersion": "0.37.6",
"author": {
"name": "Microsoft Corporation"
},
2016-02-09 14:59:11 +01:00
"main": "./out/main",
"private": true,
"scripts": {
"test": "mocha",
2015-11-30 17:05:35 +01:00
"preinstall": "node build/npm/preinstall.js",
2016-04-12 04:20:18 +02:00
"postinstall": "node build/npm/postinstall.js",
"watch": "gulp watch"
},
"dependencies": {
"applicationinsights": "0.15.6",
"chokidar": "1.0.5",
2016-04-19 11:05:58 +02:00
"emmet": "1.3.1",
"getmac": "1.0.7",
"graceful-fs": "4.1.2",
2016-04-19 11:05:58 +02:00
"http-proxy-agent": "0.2.7",
"https-proxy-agent": "0.3.6",
"iconv-lite": "0.4.13",
2016-07-12 15:34:42 +02:00
"minimist": "1.2.0",
2016-04-19 11:05:58 +02:00
"native-keymap": "0.1.2",
2016-06-15 12:35:42 +02:00
"pty.js": "https://github.com/Tyriar/pty.js/tarball/fffbf86eb9e8051b5b2be4ba9c7b07faa018ce8d",
2016-08-17 12:53:17 +02:00
"fast-plist": "0.1.1",
2016-04-19 11:05:58 +02:00
"semver": "4.3.6",
"vscode-debugprotocol": "1.11.0",
2016-08-17 17:11:02 +02:00
"vscode-textmate": "2.1.1",
2016-04-23 10:21:33 +02:00
"winreg": "1.2.0",
2016-08-09 18:45:24 +02:00
"xterm": "git+https://github.com/sourcelair/xterm.js.git#b32a34b",
2016-04-19 11:05:58 +02:00
"yauzl": "2.3.1"
},
"devDependencies": {
"async": "^1.4.0",
"azure-storage": "^0.3.1",
"clean-css": "3.4.6",
"clone": "^1.0.2",
"coveralls": "^2.11.11",
"cson-parser": "^1.3.3",
"debounce": "^1.0.0",
2016-01-13 15:29:09 +01:00
"documentdb": "^1.5.1",
"event-stream": "^3.1.7",
"express": "^4.13.1",
2016-03-31 08:45:21 +02:00
"ghooks": "1.0.3",
"glob": "^5.0.13",
"gulp": "^3.8.9",
"gulp-atom-electron": "^1.9.0",
2016-02-16 17:01:30 +01:00
"gulp-azure-storage": "^0.6.0",
"gulp-bom": "^1.0.0",
"gulp-buffer": "0.0.2",
"gulp-concat": "^2.6.0",
2016-01-06 17:24:15 +01:00
"gulp-cssnano": "^2.1.0",
"gulp-filter": "^3.0.0",
"gulp-json-editor": "^2.2.1",
"gulp-mocha": "^2.1.3",
"gulp-remote-src": "^0.4.0",
"gulp-rename": "^1.2.0",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.2",
"gulp-sourcemaps": "^1.6.0",
"gulp-symdest": "^1.0.0",
2016-02-03 12:33:06 +01:00
"gulp-tsb": "^1.10.1",
"gulp-tslint": "^4.3.0",
"gulp-uglify": "^1.4.1",
"gulp-util": "^3.0.6",
2016-03-16 18:44:46 +01:00
"gulp-vinyl-zip": "^1.2.2",
2016-07-12 17:11:59 +02:00
"gulp-watch": "4.3.6",
"innosetup-compiler": "^5.5.60",
2016-03-16 12:44:26 +01:00
"is": "^3.1.0",
"istanbul": "^0.3.17",
"jsdom-no-contextify": "^3.1.0",
"lazy.js": "^0.4.2",
"mime": "1.2.11",
"minimatch": "^2.0.10",
"mkdirp": "^0.5.0",
"mocha": "^2.2.5",
"object-assign": "^4.0.1",
"optimist": "0.3.5",
"queue": "3.0.6",
2016-08-18 13:29:58 +02:00
"remap-istanbul": "^0.6.4",
"rimraf": "^2.2.8",
"sinon": "^1.17.2",
"source-map": "^0.4.4",
2016-02-19 11:23:57 +01:00
"tslint": "^3.3.0",
"typescript": "^1.8.10",
"uglify-js": "2.4.8",
"underscore": "^1.8.2",
"vinyl": "^0.4.5",
2016-03-16 12:44:26 +01:00
"vscode-nls-dev": "^1.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/Microsoft/vscode.git"
},
"bugs": {
"url": "https://github.com/Microsoft/vscode/issues"
},
"config": {
"ghooks": {
"pre-commit": "node build/gulpfile.hygiene.js"
}
2015-11-30 17:05:35 +01:00
},
"optionalDependencies": {
2015-12-01 15:35:41 +01:00
"windows-mutex": "^0.2.0"
}
}