forked from ng2-ui/datetime-picker
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.49 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
50
51
52
{
"name": "ng2-datetime-picker",
"version": "0.9.11",
"description": "Angular2 DateTime Picker",
"license": "ISC",
"main": "dist/ng2-datetime-picker.umd.js",
"module": "dist/index.js",
"typings": "dist/index.d.ts",
"scripts": {
"start": "http-server -o",
"clean": "rimraf dist",
"build": "npm-run-all --serial clean build:ts build:umd",
"build:ts": "tsc --declaration",
"build:umd": "webpack"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng2-ui/ng2-datetime-picker.git"
},
"author": "",
"bugs": {
"url": "https://github.com/ng2-ui/ng2-datetime-picker/issues"
},
"homepage": "https://github.com/ng2-ui/ng2-datetime-picker#readme",
"dependencies": {},
"devDependencies": {
"@angular/common": "2.0.0",
"@angular/compiler": "2.0.0",
"@angular/core": "2.0.0",
"@angular/forms": "2.0.0",
"@angular/http": "2.0.0",
"@angular/platform-browser": "2.0.0",
"@angular/platform-browser-dynamic": "2.0.0",
"@angular/router": "3.0.0",
"@angular/upgrade": "2.0.0",
"@types/google-maps": "^3.1.27",
"@types/hammerjs": "^2.0.32",
"@types/node": "^6.0.31",
"angular2-template-loader": "^0.5.0",
"core-js": "^2.4.1",
"http-server": "^0.9.0",
"npm-run-all": "^3.1.0",
"reflect-metadata": "^0.1.3",
"rimraf": "^2.5.3",
"rxjs": "5.0.0-beta.12",
"systemjs": "0.19.27",
"ts-loader": "^0.8.2",
"typescript": "^2.0.0",
"webpack": "^1.13.0",
"zone.js": "^0.6.21"
}
}