-
Notifications
You must be signed in to change notification settings - Fork 48
/
package.json
40 lines (40 loc) · 1.08 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
{
"name": "angular2-seed",
"version": "1.0.0",
"description": "A simple starter Angular2 project",
"scripts": {
"start": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 8080 --content-base src",
"build": "webpack",
"postinstall": "typings install"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular2-seed.git"
},
"keywords": [
"Angular2",
"angular2-seed"
],
"author": "Rob Wormald <[email protected]>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/angular/angular2-seed/issues"
},
"homepage": "https://github.com/angular/angular2-seed#readme",
"devDependencies": {
"html-webpack-plugin": "^2.9.0",
"ts-loader": "^0.7.2",
"typescript": "^1.7.3",
"typings": "^0.6.8",
"webpack": "^1.12.14",
"webpack-dev-server": "^1.14.0"
},
"dependencies": {
"angular2": "2.0.0-beta.7",
"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"
}
}