vscode-vsce/package.json
2015-10-09 10:52:20 +02:00

51 lines
1.1 KiB
JSON

{
"name": "vsce",
"version": "0.0.0",
"description": "VSCode Extension Manager",
"repository": {
"type" : "git",
"url" : "https://github.com/Microsoft/vsce"
},
"homepage": "https://code.visualstudio.com",
"bugs": "https://github.com/Microsoft/vsce/issues",
"keywords": [
"vscode",
"vsce",
"extension"
],
"contributors": [ "Microsoft Corporation" ],
"author": "Microsoft Corporation",
"license": "MIT",
"main": "out/main.js",
"bin": {
"vsce": "out/vsce"
},
"scripts": {
"test": "mocha",
"prepublish": "gulp compile"
},
"engines": {
"node" : ">= 0.10.3"
},
"dependencies": {
"glob": "^5.0.14",
"lodash": "^3.10.1",
"minimatch": "^2.0.10",
"minimist": "^1.2.0",
"osenv": "^0.1.3",
"q": "^1.4.1",
"read": "^1.0.7",
"tmp": "0.0.27",
"vso-node-api": "^0.4.2",
"yazl": "^2.2.2"
},
"devDependencies": {
"babel": "^5.8.23",
"event-stream": "^3.3.1",
"gulp": "^3.9.0",
"gulp-filter": "^3.0.1",
"gulp-tsb": "^1.6.0",
"mocha": "^2.3.3",
"rimraf": "^2.4.3"
}
}