forked from ng2-ui/datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.26 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.26 KB
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
{
"name": "ng2-datetime-picker",
"version": "0.3.1",
"description": "Angular2 DateTime Picker",
"license": "ISC",
"main": "dist/index.js",
"scripts": {
"build": "./build.sh"
},
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/compiler": "2.0.0-rc.1",
"@angular/core": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"core-js": "^2.4.0",
"es6-shim": "^0.35.1",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "0.19.27",
"zone.js": "0.6.12"
},
"devDependencies": {
"@angular/http": "2.0.0-rc.1",
"@angular/router": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/upgrade": "2.0.0-rc.1",
"angular2-in-memory-web-api": "0.0.9",
"bootstrap": "^3.3.6",
"core-js": "^2.4.0",
"ng2-inline-template": "^0.1.1",
"plugin-typescript": "^4.0.10",
"rimraf": "^2.5.2",
"typescript": "^1.8.10"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jsvalley/ng2-datetime-picker.git"
},
"author": "",
"bugs": {
"url": "https://github.com/jsvalley/ng2-datetime-picker/issues"
},
"homepage": "https://github.com/jsvalley/ng2-datetime-picker#readme"
}