-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
55 lines (55 loc) · 1.38 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
{
"name": "ngx-localforage",
"version": "9.0.1",
"scripts": {
"prepublish": "npm run lint && npm run ngc",
"lint": "tslint src/**/*.ts",
"tslint": "tslint",
"test": "karma start",
"ngc": "ngc",
"clean": "rimraf dist/ && rimraf compiled",
"rimraf": "rimraf"
},
"repository": {
"type": "git",
"url": "https://github.com/Tixifni/ngx-localforage"
},
"author": {
"name": "Tixif",
"email": "[email protected]"
},
"keywords": [
"angular",
"angular2"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/Tixifni/ngx-localforage/issues"
},
"main": "./dist/src/index.js",
"typings": "./dist/src/index.d.ts",
"dependencies": {
"localforage": "1.7.3"
},
"peerDependencies": {
"@angular/core": "9.1.7"
},
"devDependencies": {
"@angular/core": "9.1.7",
"@angular/compiler": "9.1.7",
"@angular/compiler-cli": "9.1.7",
"@angular/platform-server": "9.1.7",
"@types/jasmine": "3.5.10",
"@types/jasminewd2": "2.0.8",
"codelyzer": "5.2.2",
"karma": "5.0.5",
"rimraf": "3.0.2",
"rxjs": "6.5.5",
"tslint": "6.1.2",
"typescript": "3.8.3",
"zone.js": "0.10.2"
},
"engines": {
"node": ">=12.11.1"
}
}