-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.59 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.59 KB
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
{
"name": "angular2-universal",
"version": "1.0.0",
"description": "angular2 universal test site",
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com/carl09/angular2-universal.git"
},
"keywords": [
"angular2",
"universal"
],
"author": "Carl",
"homepage": "https://github.com/carl09/angular2-universal#readme",
"scripts": {
"start": "tsc && concurrently \"npm run tsc:w\" \"npm run server\" ",
"server": "nodemon src/server.js",
"postinstall": "typings install",
"tsc": "tsc",
"tsc:w": "tsc -w",
"typings": "typings"
},
"license": "ISC",
"dependencies": {
"@angular/common": "^2.0.0-rc.1",
"@angular/compiler": "^2.0.0-rc.1",
"@angular/core": "^2.0.0-rc.1",
"@angular/http": "^2.0.0-rc.1",
"@angular/platform-browser": "^2.0.0-rc.1",
"@angular/platform-browser-dynamic": "^2.0.0-rc.1",
"@angular/platform-server": "^2.0.0-rc.1",
"@angular/router-deprecated": "^2.0.0-rc.1",
"angular2-express-engine": "^0.11.1",
"angular2-hapi-engine": "^0.11.1",
"angular2-universal": "^0.100.3",
"angular2-universal-polyfills": "^0.4.1",
"body-parser": "^1.15.1",
"css": "^2.2.1",
"es6-shim": "^0.35.0",
"parse5": "^1.5.1",
"preboot": "^2.0.10",
"reflect-metadata": "^0.1.3",
"rxjs": "5.0.0-beta.6",
"systemjs": "^0.19.27",
"zone.js": "^0.6.12"
},
"devDependencies": {
"concurrently": "^2.0.0",
"nodemon": "^1.8.1",
"rimraf": "^2.5.2",
"ts-loader": "^0.8.1",
"typescript": "^1.8.7",
"typings": "~0.8.1",
"express": "^4.13.4"
}
}