-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 1012 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "ngx-request-encapsulation",
"version": "0.0.5",
"description": "Encapsulation of http request service to @angular/common/http",
"main": "dist/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"prepublish": "tsc"
},
"files": [
"dist/"
],
"repository": {
"type": "git",
"url": "git+https://github.com/danielprrazevedo/ngx-request-encapsulation.git"
},
"keywords": [
"angular",
"request",
"angular-request",
"ngx-request"
],
"author": "Daniel Pereira <[email protected]> (https://github.com/danielprrazevedo)",
"license": "MIT",
"bugs": {
"url": "https://github.com/danielprrazevedo/ngx-request-encapsulation/issues"
},
"homepage": "https://github.com/danielprrazevedo/ngx-request-encapsulation#readme",
"dependencies": {
"@angular/common": ">=4",
"rxjs": ">=4"
},
"types": "./dist/index.d.ts",
"devDependencies": {
"@angular/core": ">=4",
"typescript": ">=2"
}
}