This repository has been archived by the owner on Aug 18, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
54 lines (54 loc) · 1.62 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "angular2-meteor-universal",
"version": "0.1.0",
"keywords": [
"meteor",
"angular2",
"angular2-universal",
"server-rendering",
"client-rendering"
],
"main": "build/bootstrap_server.js",
"browser": "build/bootstrap_client.js",
"typings": "build/index.d.ts",
"repository": "https://github.com/barbatus/angular2-meteor-universal",
"description": "Angular2-Universal for Meteor",
"author": "Alex Borodach (https://github.com/barbatus)",
"license": "MIT",
"dependencies": {
"@angular/common": "2.0.0-rc.1",
"@angular/router-deprecated": "2.0.0-rc.1",
"@angular/http": "2.0.0-rc.1",
"@angular/platform-browser": "2.0.0-rc.1",
"@angular/platform-server": "2.0.0-rc.1",
"@angular/platform-browser-dynamic": "2.0.0-rc.1",
"angular2-universal": "^0.101.3",
"angular2-meteor-polyfills": "^0.1.1",
"fibers": "^1.0.10",
"fs": "0.0.2",
"meteor-node-stubs": "^0.2.3",
"parse5": "^1.5.0",
"path": "^0.12.7",
"preboot": "^2.1.2"
},
"devDependencies": {
"@angular/core": "2.0.0-rc.1",
"es6-shim": "^0.35.0",
"zone.js": "^0.6.12",
"rxjs": "5.0.0-beta.6",
"reflect-metadata": "0.1.2",
"angular2-meteor": "https://github.com/Urigo/angular2-meteor",
"angular2-meteor-auto-bootstrap": "https://github.com/Urigo/angular2-meteor-auto-bootstrap",
"gulp": "^3.9.1",
"gulp-clean": "^0.3.2",
"gulp-git": "^1.7.0",
"gulp-tslint": "^4.3.4",
"gulp-typings": "^1.3.0",
"run-sequence": "^1.1.5",
"ts-loader": "^0.8.0",
"tslint": "^3.6.0",
"typescript": "1.8.5",
"typings": "^0.7.7",
"linklocal": "^2.6.0"
}
}