-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.27 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": "angular-datepickr",
"version": "0.4.1",
"description": "Angular Datepicker",
"es2015": "dist/angular-datepickr.js",
"main": "dist/angular-datepickr.es5.js",
"repository": {
"type": "git",
"url": "git+https://github.com/JiriBalcar/angular-datepickr.git"
},
"bugs": {
"url": "https://github.com/JiriBalcar/angular-datepickr/issues"
},
"scripts": {
"buid": "",
"build-css": "node-sass src -o src --output-style compressed -q"
},
"keywords": [
"angular",
"datepicker",
"date",
"directive"
],
"author": "Jiri Balcar <[email protected]>",
"license": "MIT",
"devDependencies": {
"@angular/common": "^4.1.0",
"@angular/compiler": "^4.1.0",
"@angular/compiler-cli": "^4.1.0",
"@angular/core": "^4.1.0",
"@angular/forms": "^4.1.0",
"@angular/platform-browser": "^4.1.0",
"@types/node": "^6.0.42",
"codelyzer": "^3.0.0",
"gulp": "^3.9.1",
"gulp-angular-embed-templates": "^2.3.0",
"gulp-inline-ng2-styles": "^0.0.1",
"gulp-inline-ng2-template": "^4.0.0",
"moment": "^2.18.1",
"node-sass": "^4.5.2",
"nodemon": "^1.11.0",
"rollup": "^0.41.6",
"rxjs": "5.3.0",
"tslint": "5.1.0",
"typescript": "^2.3.1",
"zone.js": "^0.8.9"
},
"dependencies": {}
}