This repository has been archived by the owner on Aug 21, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
/
Copy pathpackage.json
94 lines (94 loc) · 2.56 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"name": "angular2-cookie",
"version": "1.2.6",
"description": "Implementation of Angular 1.x $cookies service to Angular 2",
"repository": {
"type": "git",
"url": "git+https://github.com/salemdar/angular2-cookie.git"
},
"keywords": [
"angular2",
"angular",
"ng2",
"cookie",
"cookies",
"angular2-cookie",
"angular2-cookies",
"ng2-cookies",
"ng2-cookie"
],
"author": "Samet Alemdar <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/salemdar/angular2-cookie/issues"
},
"homepage": "https://github.com/salemdar/angular2-cookie#readme",
"engines": {
"node": ">=5.0.0"
},
"scripts": {
},
"main": "core.js",
"peerDependencies": {
"@angular/common": "^2.0.0",
"@angular/core": "^2.0.0"
},
"devDependencies": {
"@angular/common": "^2.0.0",
"@angular/compiler": "^2.0.0",
"@angular/compiler-cli": "^2.0.0",
"@angular/core": "^2.0.0",
"@angular/platform-browser": "^2.0.0",
"@angular/platform-browser-dynamic": "^2.0.0",
"@angular/platform-server": "^2.0.0",
"@types/core-js": "^0.9.32",
"@types/express": "^4.0.33",
"@types/jasmine": "^2.2.33",
"@types/node": "^6.0.38",
"@types/protractor": "^1.5.20",
"@types/selenium-webdriver": "2.44.*",
"@types/systemjs": "^0.19.31",
"@types/zone.js": "^0.0.27",
"babel-eslint": "^6.1.0",
"clang-format": "^1.0.43",
"core-js": "^2.4.1",
"codelyzer": "1.0.0-beta.1",
"del": "^2.2.2",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.10.0",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2",
"gulp": "3.9.1",
"gulp-bump": "^2.2.0",
"gulp-clang-format": "1.0.23",
"gulp-connect": "^5.0.0",
"gulp-conventional-changelog": "^1.1.0",
"gulp-eslint": "3.0.1",
"gulp-git": "1.8.0",
"gulp-header": "^1.8.7",
"gulp-load-plugins": "^1.2.4",
"gulp-rename": "1.2.2",
"gulp-sourcemaps": "2.1.1",
"gulp-template": "^4.0.0",
"gulp-tslint": "6.1.2",
"gulp-typescript": "3.0.2",
"jasmine-core": "2.5.2",
"karma": "1.3.0",
"karma-chrome-launcher": "2.0.0",
"karma-jasmine": "^1.0.2",
"karma-mocha-reporter": "^2.1.0",
"merge2": "1.0.2",
"reflect-metadata": "^0.1.8",
"replace": "0.3.0",
"require-dir": "0.3.1",
"rxjs": "^5.0.0-rc.4",
"run-sequence": "1.2.2",
"systemjs": "0.19.39",
"systemjs-builder": "0.15.32",
"traceur": "^0.0.111",
"tslint": "3.15.1",
"typescript": "2.0.3",
"zone.js": "^0.7.2"
}
}