forked from hasanhameed07/angular2-dashboard-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·38 lines (38 loc) · 1.04 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
{
"name": "angular2-dashboard-starter",
"author": "Hasan Hameed",
"version": "1.2.0",
"description": "Ready to use dashboard starter/seed project based on Angular 2 and AdminLTE theme.",
"homepage": "https://github.com/hasanhameed07/angular2-dashboard-starter",
"license": "MIT",
"repository": {
"url": "https://github.com/hasanhameed07/angular2-dashboard-starter"
},
"contributors": [
"Hasan Hameed <[email protected]>"
],
"scripts": {
"postinstall": "npm run typings install",
"tsc": "tsc",
"tsc:w": "tsc --watch",
"live": "live-server",
"start": "concurrent \"npm run tsc:w\" \"npm run live\" ",
"typings": "typings"
},
"license": "ISC",
"dependencies": {
"angular2": "2.0.0-beta.8",
"systemjs": "0.19.20",
"es6-promise": "^3.0.2",
"es6-shim": "^0.33.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"concurrently": "^1.0.0",
"live-server": "^0.9.1",
"typescript": "^1.7.5",
"typings":"^0.6.8"
}
}