-
Notifications
You must be signed in to change notification settings - Fork 64
/
package.json
48 lines (48 loc) · 1.29 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": "ion-datepicker",
"version": "2.8.2",
"description": "A date picker for ionic",
"main": "index.js",
"author": "Misha Tarnorutksy <misha130@gmail.com>",
"repository": {
"type": "git",
"url": "https://github.com/misha130/ion-datepicker"
},
"keywords": [
"datepicker-ionic3",
"ionic3",
"ionic2",
"ionic3 datepicker",
"datepicker",
"datepicker ionic3",
"datepicker for ionic3",
"datepicker for ionic3 framework"
],
"scripts": {
"ngc": "ngc",
"changelog": "conventional-changelog -p angular -i CHANGELOG.md -s -r 0 -u",
"build": "npm run ngc && node ./scripts/copy-package",
"publishPackage": "npm run build && cd dist && npm publish",
"dev": "tsc --watch"
},
"license": "MIT",
"dependencies": {},
"peerDependencies": {},
"devDependencies": {
"ionic-angular": "~3.9.2",
"@angular/common": "~5.0.0",
"@angular/core": "~5.0.0",
"@angular/forms": "~5.0.0",
"@angular/http": "~5.0.0",
"@angular/platform-browser": "~5.0.0",
"@angular/platform-browser-dynamic": "~5.0.0",
"ionicons": "3.0.0",
"rxjs": "5.5.2",
"connect": "^3.6.3",
"sw-toolbox": "3.6.0",
"zone.js": "0.8.18",
"typescript": "~2.4.2",
"@angular/compiler": "~5.0.0",
"@angular/compiler-cli": "~5.0.0"
}
}