-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
54 lines (54 loc) · 1.58 KB
/
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "@ngx-resource/handler-ngx-http",
"version": "6.0.2",
"description": "Resource handler for angular",
"scripts": {
"clean": "rimraf dist",
"lint": "tslint --config tslint.json --project tsconfig.json --type-check --format stylish",
"build": "npm run clean && npm run lint && ngc && webpack",
"build.full": "npm run build && cp README.md ./dist/README.md && cp package.json ./dist/package.json"
},
"keywords": [
"ngx-resource",
"ngx-resource-rest",
"ngx-resource-handler",
"ngx-resource-handler-ngx-http",
"ngx-resource-handler-http",
"ng2-resource",
"ng2-resource-rest",
"ng2",
"ng2-rest",
"Angular2",
"Resource"
],
"repository": {
"type": "git",
"url": "git+https://github.com/troyanskiy/ngx-resource-handler-ngx-http.git"
},
"main": "bundles/handler-ngx-http.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"author": "Roman Rosluk <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troyanskiy/ngx-resource-handler-ngx-http/issues"
},
"devDependencies": {
"@angular/common": "^6.0.0",
"@angular/compiler": "^6.0.0",
"@angular/compiler-cli": "^6.0.0",
"@angular/core": "^6.0.0",
"@angular/http": "^6.0.0",
"@angular/platform-browser": "^6.0.0",
"@ngx-resource/core": "^5.0.0",
"@types/node": "^8.0.34",
"awesome-typescript-loader": "^3.2.3",
"clean-webpack-plugin": "^0.1.17",
"rimraf": "^2.6.2",
"rxjs": "^6.0.0",
"tslint": "^5.7.0",
"typescript": "2.7.2",
"webpack": "^3.12.0",
"zone.js": "^0.8.18"
}
}