forked from bleenco/ng2-datepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 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
{
"name": "ng2-customizing-datepicker",
"version": "1.4.17",
"description": "Angular2 Datepicker",
"main": "ng2-datepicker.js",
"typings": "ng2-datepicker.d.ts",
"repository": {
"type": "git",
"url": "git+https://github.com/BolshakovNO/ng2-datepicker.git"
},
"scripts": {
"clean": "./scripts/clean.sh",
"dev": "tsc --watch",
"lint": "tslint ./src/**/*.ts",
"sass": "node-sass sass/ng2-datepicker.sass src/components/ng2-datepicker.css",
"build": "npm run sass && ./node_modules/.bin/ngc -p tsconfig.json",
"prepublish": "npm run build"
},
"keywords": [
"angular",
"angular2",
"datepicker",
"date",
"directive"
],
"author": "Jan Kuri <[email protected]>",
"license": "MIT",
"devDependencies": {
"@angular/common": "^2.3.0",
"@angular/compiler": "^2.3.0",
"@angular/compiler-cli": "^2.3.0",
"@angular/core": "^2.3.0",
"@angular/forms": "^2.3.0",
"@angular/platform-browser": "^2.3.0",
"@types/node": "^6.0.42",
"codelyzer": "^2.0.0-beta.1",
"node-sass": "^3.13.0",
"reflect-metadata": "^0.1.8",
"rxjs": "5.0.0-rc.5",
"tslint": "^4.0.2",
"typescript": "2.0.10",
"zone.js": "0.7.2"
},
"dependencies": {
"moment": "^2.14.1",
"ng2-slimscroll": "^1.0.1"
}
}