mirror of
https://github.com/kennethreitz/bake.git
synced 2026-06-05 23:00:17 +00:00
56 lines
1.3 KiB
JSON
56 lines
1.3 KiB
JSON
{
|
|
"name": "generator-code",
|
|
"version": "1.2.6",
|
|
"description": "Yeoman generator for Visual Studio Code Extensions",
|
|
"keywords": [
|
|
"yeoman-generator",
|
|
"vscode",
|
|
"visual studio",
|
|
"visual studio code",
|
|
"vs code",
|
|
"extensions"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/Microsoft/vscode-generator-code.git"
|
|
},
|
|
"bugs": {
|
|
"url": "https://github.com/Microsoft/vscode-generator-code/issues"
|
|
},
|
|
"main": "./generators/app/index.js",
|
|
"homepage": "http://code.visualstudio.com",
|
|
"license": "MIT",
|
|
"author": {
|
|
"name": "VS Code Team",
|
|
"url": "https://github.com/Microsoft"
|
|
},
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"scripts": {
|
|
"test": "mocha",
|
|
"prepublish": "npm test",
|
|
"preversion": "npm test",
|
|
"postversion": "git push && git push --tags"
|
|
},
|
|
"dependencies": {
|
|
"assert-plus": "^1.0.0",
|
|
"chalk": "^2.4.2",
|
|
"fast-plist": "^0.1.2",
|
|
"request": "^2.88.0",
|
|
"sanitize-filename": "^1.6.1",
|
|
"sax": "^1.2.4",
|
|
"yeoman-generator": "^3.2.0",
|
|
"yosay": "^2.0.2"
|
|
},
|
|
"devDependencies": {
|
|
"@types/mocha": "^5.2.6",
|
|
"@types/node": "^11.10.4",
|
|
"@types/yeoman-generator": "^3.1.0",
|
|
"mocha": "^6.1.4",
|
|
"yeoman-assert": "^3.1.1",
|
|
"yeoman-test": "^1.9.1",
|
|
"yo": "^2.0.5"
|
|
}
|
|
}
|