forked from Urigo/meteor-angular2.0-socially
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 1.17 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
{
"name": "meteor-angular2.0-socially",
"version": "1.0.0",
"description": "Tutorial is based on building Angular2 UI for a Meteor app called Socially.",
"repository": {
"type": "git",
"url": "git+https://github.com/dotansimha/meteor-angular2.0-socially.git"
},
"author": "Dotan Simha <[email protected]> (http://github.com/dotansimha/)",
"license": "ISC",
"bugs": {
"url": "https://github.com/dotansimha/meteor-angular2.0-socially/issues"
},
"homepage": "https://github.com/dotansimha/meteor-angular2.0-socially#readme",
"dependencies": {
"angular2": "2.0.0-beta.12",
"angular2-google-maps": "0.9.0",
"angular2-meteor": "0.5.2",
"angular2-meteor-accounts-ui": "git+https://github.com/Urigo/angular2-meteor-accounts-ui.git",
"angular2-meteor-auto-bootstrap": "git+https://github.com/Urigo/angular2-meteor-auto-bootstrap.git",
"angular2-pagination": "git+https://github.com/urigo/angular2-pagination",
"bootstrap4-webpack-package": "git+https://github.com/dotansimha/bootstrap4-webpack-package",
"ionic-webpack-package": "^1.0.0",
"meteor-node-stubs": "^0.2.1",
"ng2-material": "0.2.12",
"rxjs": "^5.0.0-beta.2"
}
}