UNPKG

849 BJSONView Raw
1{
2 "name": "@mello-labs/api-tools",
3 "description": "Automation tools for Rest API interaction",
4 "version": "0.1.7",
5 "scripts": {
6 },
7 "repository": {
8 "type": "git",
9 "url": "https://github.com/JerrolKrause/mello-labs-api-tools"
10 },
11 "author": {
12 "name": "Jerrol Krause",
13 "email": "jkrause@loandepot.com"
14 },
15 "keywords": [
16 "angular"
17 ],
18 "license": "MIT",
19 "bugs": {
20 "url": "https://github.com/JerrolKrause/mello-labs-api-tools/issues"
21 },
22 "main": "mello-labs-api-tools.umd.js",
23 "module": "mello-labs-api-tools.js",
24 "jsnext:main": "mello-labs-api-tools.js",
25 "typings": "mello-labs-api-tools.d.ts",
26 "peerDependencies": {
27 "@angular/core": "^5.0.0",
28 "@ngrx/store": "^4.1.1",
29 "@angular/router": "^5.0.0",
30 "@angular/http": "^5.0.0",
31 "@ng-bootstrap/ng-bootstrap": "1.0.0-beta.5",
32 "rxjs": "^5.5.2",
33 "zone.js": "^0.8.4"
34 }
35}