-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
49 lines (49 loc) · 1.09 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
{
"name": "ng2-cookies",
"version": "1.0.12",
"scripts": {
"test": "npm run prepare && echo TODO - implement unit test",
"prepare": "npm run clean-lib && npm run build",
"build": "ngc",
"clean-lib": "rimraf lib src/*.json"
},
"repository": {
"type": "git",
"url": "https://github.com/BCJTI/ng2-cookies"
},
"author": {
"name": "Felipe Rebelo Lopes",
"email": "carcamano@users.noreply.github.com"
},
"keywords": [
"angular",
"angular2",
"cookie",
"cookies"
],
"bugs": {
"url": "https://github.com/BCJTI/ng2-cookies/issues"
},
"main": "./lib/index.js",
"typings": "./lib/index.d.ts",
"module": "./lib/index.js",
"dependencies": {},
"devDependencies": {
"@angular/compiler": "^4.3.6",
"@angular/compiler-cli": "^4.3.6",
"@angular/core": "^4.3.6",
"rimraf": "^2.6.1",
"rxjs": "^5.4.3",
"typescript": "^2.1.5",
"zone.js": "^0.8.17"
},
"peerDependencies": {
"@angular/core": "^4.3.6",
"rxjs": "^5.4.3",
"zone.js": "^0.8.17"
},
"engines": {
"node": ">=6.1.0"
},
"license": "MIT"
}