forked from windhandel/angular-http-deserializer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.32 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
{
"name": "angular-http-deserializer",
"version": "1.0.13",
"description": "Deserialization Interceptor for Angular",
"main": "index.js",
"types" : "index.d.ts",
"dependencies": {
"dateformat": "^3.0.3",
"reflect-metadata": "^0.1.12",
"tslib": "^1.9.3"
},
"devDependencies": {
"@types/jasmine": "^3.3.0",
"jasmine-core": "^3.3.0",
"karma": "^3.1.3",
"karma-chrome-launcher": "^2.2.0",
"karma-jasmine": "^2.0.1",
"karma-typescript": "^3.0.13",
"typescript": "^3.2.1"
},
"scripts": {
"test": "karma start karma.conf.js",
"build": "tsc",
"complex": "tsc & node dist/testdata/complex.js",
"pub-cp": "rsync -r ./dist/* ./pub --exclude=\"*.spec.*\" && cp package.json ./pub && cp README.md ./pub",
"pub": "tsc && npm run pub-cp && cd pub && npm publish"
},
"repository": {
"type": "git",
"url": "git+https://github.com/windhandel/angular-http-deserializer.git"
},
"keywords": [
"angular",
"http",
"typescript",
"deserializer",
"deserializer",
"httpclient",
"client"
],
"author": "Jeff Fischer ([email protected])",
"license": "ISC",
"bugs": {
"url": "https://github.com/windhandel/angular-http-deserializer/issues"
},
"homepage": "https://github.com/windhandel/angular-http-deserializer#readme"
}