UNPKG

564 BJSONView Raw
1{
2 "name": "@bagubagu/users",
3 "version": "0.1.8",
4 "repository": {
5 "type": "git",
6 "url": "https://github.com/bagubagu/users"
7 },
8 "scripts": {},
9 "files": [
10 "!node_modules"
11 ],
12 "author": {
13 "name": "Bagubagu Studio",
14 "email": "info@bagubagu.com"
15 },
16 "keywords": [
17 "angular"
18 ],
19 "license": "MIT",
20 "bugs": {
21 "url": "https://github.com/bagubagu/users/issues"
22 },
23 "module": "index.js",
24 "typings": "users.d.ts",
25 "peerDependencies": {
26 "@angular/core": "^4.0.0",
27 "rxjs": "^5.1.0",
28 "zone.js": "^0.8.4"
29 }
30}