UNPKG

@tsmean/animal

Version:
40 lines (39 loc) 1 kB
{ "name": "@tsmean/animal", "version": "1.0.3", "description": "Animal Module", "main": "index.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "pub": "git add --all && git commit -m update && npm version patch && npm publish && git push" }, "repository": { "type": "git", "url": "git+https://github.com/bersling/animal-module.git" }, "keywords": [ "Animal", "Starter", "Kit", "tsmean" ], "author": "bersling@gmail.com", "license": "MIT", "bugs": { "url": "https://github.com/bersling/animal-module/issues" }, "homepage": "https://github.com/bersling/animal-module#readme", "dependencies": { "@tsmean/utils": "^1.1.3" }, "peerDependencies": { "@angular/common": "^4.0.0", "@angular/forms": "^4.2.5", "@angular/http": "^4.2.5", "@angular/material": "^2.0.0-beta.7", "@tsmean/resource": "^2.0.0", "notify-angular": "^2.0.1", "rxjs": "^5.4.1", "zone.js": "^0.8.12" } }