-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.3 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.3 KB
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
{
"name": "angular2-cool-storage",
"version": "3.1.5",
"description": "Cool Storage wrapper for angular2.",
"main": "index.js",
"peerDependencies": {
"@angular/core": "^5.1.0",
"@angular/common": "^5.1.0",
"rxjs": "^5.0.0"
},
"scripts": {
"build": "rm -rf ./dist && ngc && cp ./README.md ./dist/README.md && cp ./package.json ./dist/package.json"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Hacklone/angular2-cool-storage.git"
},
"keywords": [
"angular2",
"local-storage",
"localStorage",
"session-storage",
"sessionStorage",
"global",
"wrapper",
"cool",
"cool-local-storage",
"cool-session-storage",
"CoolLocalStorage",
"CoolSessionStorage",
"Universal"
],
"author": "Hacklone <toakak@gmail.com>",
"license": "MIT",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/Hacklone/angular2-cool-storage/raw/master/LICENSE"
}
],
"bugs": {
"url": "https://github.com/Hacklone/angular2-cool-storage/issues"
},
"homepage": "https://github.com/Hacklone/angular2-cool-storage#readme",
"devDependencies": {
"@angular/compiler": "^5.0.0",
"@angular/compiler-cli": "^5.0.0",
"@angular/platform-server": "^5.0.0",
"rxjs": "^5.5.5",
"typescript": "2.4.2"
}
}