forked from angular-university/angular-for-beginners-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.01 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
{
"name": "angular2-for-beginners-starter",
"description": "Starter Kit for Angular 2",
"version": "1.0.0",
"main": "index.js",
"scripts": {
"start": "./node_modules/.bin/http-server -c-1 ."
},
"repository": {
"type": "git",
"url": "git+https://github.com/jhades/angular2-for-beginners-starter.git"
},
"author": "JhadesDev <[email protected]> (http://blog.jhades.org/)",
"license": "MIT",
"bugs": {
"url": "https://github.com/jhades/angular2-for-beginners-starter/issues"
},
"homepage": "https://github.com/jhades/angular2-for-beginners-starter#readme",
"dependencies": {
"@angular/common": "2.4.7",
"@angular/compiler": "2.4.7",
"@angular/core": "2.4.7",
"@angular/http": "2.4.7",
"@angular/platform-browser": "2.4.7",
"@angular/platform-browser-dynamic": "2.4.7",
"@angular/forms": "2.4.7",
"@angular/router": "3.4.7",
"reflect-metadata": "0.1.3",
"rxjs": "5.0.1",
"zone.js": "0.7.2"
},
"devDependencies": {
"http-server": "0.9.0"
}
}