vscode-vsce/package.json

25 lines
508 B
JSON
Raw Normal View History

2015-09-17 15:46:01 +02:00
{
"name": "vscode-extension-manager",
"version": "0.1.0",
"description": "VSCode Extension Manager",
2015-09-17 22:54:04 +02:00
"main": "out/main.js",
"bin": {
"vsce": "out/vsce"
},
2015-09-17 15:46:01 +02:00
"author": "Microsoft Corporation",
2015-09-17 21:53:03 +02:00
"license": "MIT",
"dependencies": {
"lodash": "^3.10.1",
2015-09-17 22:54:04 +02:00
"minimist": "^1.2.0",
2015-09-17 21:53:03 +02:00
"yazl": "^2.2.2"
},
"devDependencies": {
"babel": "^5.8.23",
2015-09-17 22:54:04 +02:00
"event-stream": "^3.3.1",
2015-09-17 21:53:03 +02:00
"gulp": "^3.9.0",
2015-09-17 22:54:04 +02:00
"gulp-filter": "^3.0.1",
2015-09-17 21:53:03 +02:00
"gulp-tsb": "^1.6.0",
"rimraf": "^2.4.3"
}
2015-09-17 15:46:01 +02:00
}