ng-shared
Version:
Angular2 shared component module package manager for git
33 lines (32 loc) • 777 B
JSON
{
"name": "ng-shared",
"version": "0.0.6",
"description": "Angular2 shared component module package manager for git",
"main": "index.js",
"scripts": {
"test": "test"
},
"bin": {
"ng-shared": "./bin/ng-shared"
},
"repository": {
"type": "git",
"url": "git+ssh://git@github.com/vecbralis/angular2-shared-component-package-manager.git"
},
"keywords": [
"Angular2",
"Shared",
"component",
"package",
"manager"
],
"author": "Martins Vecbralis",
"license": "ISC",
"bugs": {
"url": "https://github.com/vecbralis/angular2-shared-component-package-manager/issues"
},
"homepage": "https://github.com/vecbralis/angular2-shared-component-package-manager#readme",
"dependencies": {
"commander": "^2.9.0"
}
}