-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
36 lines (36 loc) · 976 Bytes
/
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
{
"name": "TixDo",
"version": "1.0.0",
"description": "A simple starter Angular2 project",
"scripts": {
"start": "webpack-dev-server --inline --colors --progress --display-error-details --display-cached --port 3000 --content-base src"
},
"repository": {
"type": "git",
"url": "git+https://github.com/angular/angular2-seed.git"
},
"keywords": [
"Angular2",
"angular2-seed"
],
"author": "Rob Wormald <robwormald@gmail.com>",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/angular/angular2-seed/issues"
},
"homepage": "https://github.com/angular/angular2-seed#readme",
"devDependencies": {
"ts-loader": "^0.7.2",
"typescript": "^1.7.3",
"webpack": "^1.12.9",
"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"
}
}