improve package.json
This commit is contained in:
parent
7c61464e4d
commit
bb76b11ce9
1 changed files with 17 additions and 2 deletions
19
package.json
19
package.json
|
@ -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",
|
||||
|
|
Loading…
Add table
Reference in a new issue