-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.49 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
{
"name": "@ngx-resource/handler-cordova-advanced-http",
"version": "5.0.8",
"description": "Resource Handler based on cordova-advanced-http",
"scripts": {
"clean": "rimraf dist",
"lint": "tslint --config tslint.json --project tsconfig.json --type-check --format stylish",
"tsc": "tsc",
"webpack": "webpack",
"build": "npm run clean && npm run lint && npm run tsc && npm run webpack",
"build.full": "npm run build && cp package.json dist/package.json && cp README.md dist/README.md"
},
"keywords": [
"ngx-resource",
"ngx-resource-rest",
"ngx-resource-handler",
"ngx-resource-handler-resource-cordova-advanced-http",
"ng2-resource",
"ng2-resource-rest",
"ng2",
"ng2-rest",
"Angular2",
"resource-cordova-advanced-http"
],
"repository": {
"type": "git",
"url": "git+https://github.com/troyanskiy/ngx-resource-handler-cordova-advanced-http.git"
},
"main": "bundles/handler-cordova-advanced-http.umd.js",
"module": "index.js",
"typings": "index.d.ts",
"author": "Roman Rosluk <roma@redbox.by>",
"license": "MIT",
"bugs": {
"url": "https://github.com/troyanskiy/ngx-resource-handler-cordova-advanced-http/issues"
},
"devDependencies": {
"@ngx-resource/core": "^5.0.0",
"@types/node": "^8.0.34",
"awesome-typescript-loader": "^3.2.3",
"clean-webpack-plugin": "^0.1.17",
"rest-core": "^0.1.1",
"rimraf": "^2.6.2",
"tslint": "^5.7.0",
"typescript": "^2.5.3",
"webpack": "^3.7.1"
}
}