forked from atais/ng2-eonasdan-datetimepicker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 1.32 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-eonasdan-datetimepicker",
"version": "0.0.8",
"description": "Angular2 component for bootstrap-datetimepicker library.",
"keywords": [
"angular2",
"ng2",
"bootstrap",
"datetimepicker",
"component",
"directive"
],
"homepage": "https://github.com/atais/ng2-eonasdan-datetimepicker",
"license": "MIT",
"main": "dist/datetimepicker.module.js",
"typings": "dist/datetimepicker.module.d.ts",
"scripts": {
"prepare": "npm run build",
"build": "rimraf dist && tsc"
},
"author": "Michał Siatkowski",
"repository": {
"type": "git",
"url": "https://github.com/atais/ng2-eonasdan-datetimepicker.git"
},
"devDependencies": {
"@types/core-js": "^0.9.36",
"rimraf": "^2.6.1",
"ts-loader": "^2.0.1",
"typescript": "^2.1.6",
"zone.js": ">=0.7.2"
},
"dependencies": {
"@angular/common": ">=2.0.0",
"@angular/compiler": ">=2.0.0",
"@angular/core": ">=2.0.0",
"@angular/platform-browser": ">=2.0.0",
"@angular/platform-browser-dynamic": ">=2.0.0",
"bootstrap": "^3.3",
"eonasdan-bootstrap-datetimepicker": ">=4.17.22 <5.0.0",
"@types/eonasdan-bootstrap-datetimepicker": "^4.17.22",
"@types/jquery": "^2.0.33",
"moment": "^2.10",
"moment-timezone": "^0.4.0",
"jquery": "^1.8.3 || ^2.0",
"rxjs": "^5.0.1"
}
}