This repository was archived by the owner on Feb 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 10
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.42 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.42 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
{
"name": "ng2-application-shell",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "karma start",
"start_universal": "node dist/app/main-server.js",
"postinstall": "typings install; cp temporary-render.d.ts node_modules/angular2-universal-preview/dist/server/src/render.d.ts"
},
"author": "",
"license": "MIT",
"dependencies": {
"angular2": "2.0.0-beta.7",
"angular2-universal-preview": "0.55.4",
"angularfire2": "2.0.0-alpha.9",
"css": "2.2.1",
"es6-promise": "3.1.2",
"es6-shim": "0.33.13",
"express": "4.13.3",
"firebase": "2.4.0",
"parse5": "1.5.1",
"preboot": "1.1.3",
"reflect-metadata": "0.1.2",
"rxjs": "5.0.0-beta.2",
"zone.js": "0.5.15"
},
"devDependencies": {
"del": "^2.2.0",
"es6-module-loader": "0.17.10",
"gulp": "^3.9.0",
"gulp-inline": "^0.1.0",
"gulp-minify-css": "^1.2.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.1.1",
"gulp-typescript": "^2.10.0",
"gulp-util": "^3.0.7",
"jasmine-core": "^2.3.4",
"karma": "^0.13.15",
"karma-chrome-launcher": "^0.2.1",
"karma-firefox-launcher": "^0.1.7",
"karma-jasmine": "^0.3.6",
"karma-systemjs": "^0.10.0",
"run-sequence": "^1.1.5",
"systemjs": "0.19.6",
"systemjs-builder": "0.14.11",
"ts-node": "0.5.4",
"typescript": "1.7.5",
"typescript-node": "0.1.3",
"typings": "^0.6.8"
}
}