-
Notifications
You must be signed in to change notification settings - Fork 143
/
package.json
46 lines (46 loc) · 1.32 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
{
"name": "socially",
"private": true,
"scripts": {
"start": "meteor run",
"test:watch": "meteor test --driver-package sanjo:jasmine"
},
"dependencies": {
"@angular/common": "^2.1.0",
"@angular/compiler": "^2.1.0",
"@angular/core": "^2.1.0",
"@angular/forms": "^2.1.0",
"@angular/http": "^2.1.0",
"@angular/material": "^2.0.0-alpha.9-3",
"@angular/platform-browser": "^2.1.0",
"@angular/platform-browser-dynamic": "^2.1.0",
"@angular/upgrade": "^2.1.0",
"angular": "^1.5.3",
"angular-animate": "^1.5.3",
"angular-aria": "^1.5.3",
"angular-google-maps": "^2.3.2",
"angular-material": "^1.0.7",
"angular-messages": "^1.5.3",
"angular-meteor": "^1.3.9",
"angular-sanitize": "^1.5.5",
"angular-simple-logger": "^0.1.7",
"angular-sortable-view": "0.0.15",
"angular-ui-router": "^0.2.18",
"angular-utils-pagination": "^0.11.1",
"angular2-meteor": "^0.7.0",
"angular2-meteor-polyfills": "^0.1.1",
"es6-shim": "^0.35.1",
"gm": "^1.22.0",
"ionic-sdk": "^1.2.4",
"meteor-node-stubs": "~0.2.0",
"ng-file-upload": "^12.0.4",
"ng-img-crop": "^0.2.0",
"reflect-metadata": "^0.1.8",
"rxjs": "^5.0.0-beta.12",
"underscore": "^1.8.3",
"zone.js": "^0.6.21"
},
"devDependencies": {
"angular-mocks": "^1.5.3"
}
}