forked from ng2-ui/ngui
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
70 lines (70 loc) · 1.78 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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "ng2-ui",
"version": "0.8.0",
"description": "Collection of Quality Angular2 User Interfaces",
"license": "MIT",
"main": "dist/index.js",
"scripts": {
"start": "http-server -o -p 9090",
"build": "./build.sh"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ng2-ui/ng2-ui.git"
},
"author": "",
"bugs": {
"url": "https://github.com/ng2-ui/ng2-ui/issues"
},
"homepage": "https://github.com/ng2-ui/ng2-ui#readme",
"keywords": [
"angular2",
"auto-complete",
"datetime-picker",
"google-maps",
"input",
"select",
"popup",
"modal",
"tooltip",
"menu",
"overlay",
"scrollable"
],
"dependencies": {
"@angular/common": "2.0.0-rc.3",
"@angular/compiler": "2.0.0-rc.3",
"@angular/core": "2.0.0-rc.3",
"@angular/http": "2.0.0-rc.3",
"@angular/forms": "0.1.1",
"@angular/platform-browser": "2.0.0-rc.3",
"@angular/platform-browser-dynamic": "2.0.0-rc.3",
"@angular/router": "3.0.0-alpha.7",
"@angular/router-deprecated": "2.0.0-rc.2",
"@angular/upgrade": "2.0.0-rc.3",
"systemjs": "0.19.27",
"core-js": "^2.4.0",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"zone.js": "^0.6.12"
},
"devDependencies": {
"http-server": "^0.9.0",
"ng2-auto-complete": "^0.4.1",
"ng2-collapsable": "^0.1.1",
"ng2-datetime-picker": "^0.5.4",
"ng2-infinite-list": "^0.2.2",
"ng2-map": "^0.3.3",
"ng2-menu": "^0.2.0",
"ng2-overlay": "^0.5.0",
"ng2-parallax-scroll": "^0.1.0",
"ng2-popup": "^0.2.0",
"ng2-scrollable": "^0.5.1",
"ng2-sticky": "^0.2.0",
"ng2-tab": "^0.1.2",
"ng2-tooltip-overlay": "^0.2.0",
"ng2-utils": "^0.1.4",
"plugin-typescript": "^4.0.10",
"typescript": "^1.8.10"
}
}