improve package.json

This commit is contained in:
Joao Moreno 2015-10-08 16:29:54 +02:00
parent 7c61464e4d
commit bb76b11ce9

View file

@ -2,16 +2,31 @@
"name": "vsce",
"version": "0.1.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"
},
"author": "Microsoft Corporation",
"license": "MIT",
"scripts": {
"test": "mocha",
"prepublish": "gulp compile"
},
"engines": {
"node" : ">= 0.10.3"
},
"dependencies": {
"glob": "^5.0.14",
"lodash": "^3.10.1",