-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·57 lines (57 loc) · 1.44 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
{
"name": "ngx-dynamic-datepicker",
"version": "0.0.13",
"description": "\"A datepicker for ngx\"",
"license": "ISC",
"readmeFilename": "README.md",
"author": "Zwimber",
"repository": {
"type": "git",
"url": "git+https://github.com/zwimber/ngx-dynamic-datepicker.git"
},
"bugs": {
"url": "https://github.com/zwimber/ngx-dynamic-datepicker/issues"
},
"keywords": [
"datepicker",
"ngx",
"angular2"
],
"peerDependencies": {
"@angular/core": "^4.0.0"
},
"devDependencies": {
"@angular/common": "^4.0.1",
"@angular/compiler": "^4.0.1",
"@angular/compiler-cli": "^4.0.1",
"@angular/core": "^4.0.1",
"@angular/forms": "^4.0.1",
"@angular/platform-browser": "^4.0.1",
"@angular/platform-browser-dynamic": "^4.0.1",
"@types/node": "^7.0.12",
"bootstrap": "^3.3.7",
"rxjs": "^5.3.0",
"tslint": "^5.0.0",
"typescript": "^2.4.2",
"zone.js": "^0.8.5",
"chai": "^3.4.1",
"del": "^2.2.2",
"es6-shim": "^0.35.2",
"gulp": "^3.9.0",
"gulp-file": "^0.3.0",
"gulp-mocha": "^3.0.1",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-shell": "^0.5.1",
"gulp-tslint": "^7.0.1",
"gulp-typescript": "^3.1.4",
"gulp-uglify": "^2.0.0",
"gulpclass": "^0.1.1",
"mocha": "^3.2.0",
"reflect-metadata": "0.1.9",
"sinon": "^1.17.7",
"sinon-chai": "^2.8.0",
"systemjs": "0.19.42",
"tslint-stylish": "^2.1.0-beta"
}
}