This repository was archived by the owner on Nov 1, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
77 lines (69 loc) · 1.81 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "angular2-cache",
"version": "0.1.0",
"license": "MIT",
"keywords": [
"angular",
"angular2",
"cache",
"angular2-cache",
"ng2-cache"
],
"author": "Alex Poter <a.poterenko@gmail.com>",
"scripts": {
"clean": "npm cache clean",
"ngc-build": "node_modules/.bin/ngc -p tsconfig.json",
"deploy": "npm install && npm run ngc-build && npm publish ./"
},
"peerDependencies": {
"@angular/core": "~4.0.0-rc.5",
"@angular/common": "~4.0.0-rc.5",
"@angular/compiler": "~4.0.0-rc.5",
"@angular/platform-browser": "~4.0.0-rc.5",
"ts-smart-logger": "~0.0.4",
"core-js": "^2.4.1",
"rxjs": "~5.0.2",
"zone.js": "~0.8.4"
},
"devDependencies": {
"@angular/compiler-cli": "~4.0.0-rc.5",
"@angular/core": "~4.0.0-rc.5",
"@angular/common": "~4.0.0-rc.5",
"@angular/compiler": "~4.0.0-rc.5",
"@angular/platform-browser": "~4.0.0-rc.5",
"ts-smart-logger": "~0.0.4",
"core-js": "^2.4.1",
"rxjs": "~5.0.2",
"zone.js": "~0.8.4",
"jasmine-core": "2.4.1",
"karma": "^1.2.0",
"karma-chrome-launcher": "^2.0.0 ",
"karma-coverage": "^1.1.1",
"karma-jasmine": "^1.0.2",
"karma-webpack": "1.8.0",
"awesome-typescript-loader": "2.2.1",
"ts-helpers": "1.1.1",
"ts-node": "^1.3.0",
"tslint": "3.15.1",
"tslint-loader": "^2.1.3",
"@types/core-js": "0.9.28",
"@types/node": "6.0.38",
"@types/jasmine": "^2.2.29",
"typescript": "~2.2.1",
"webpack": "^2.1.0-beta.21"
},
"repository": {
"type": "git",
"url": "https://github.com/apoterenko/angular2-cache.git"
},
"bugs": {
"url": "https://github.com/apoterenko/angular2-cache/issues"
},
"module": "index.js",
"typings": "index.d.ts",
"main": "index.js",
"engines": {
"node": ">= 4.2.1",
"npm": ">= 3"
}
}