-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
39 lines (39 loc) · 1.21 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
{
"name": "biowardrobe-ui",
"version": "0.0.1",
"private": true,
"scripts": {
"meteor": "ROOT_URL= MONGO_URL=mongodb://localhost:27017/biowardrobe meteor --port 3000 --settings private/settings.json",
"build": "meteor build ../biowardrobe-build && scp ../biowardrobe-build/biowardrobe-ui.tar.gz devel:/biowardrobe-ui/ && rm -rf ../biowardrobe-build",
"test": "./run_tests.sh",
"postinstall": "typings i"
},
"devDependencies": {
"meteor-node-stubs": "0.2.4",
"meteor-typings": "^1.3.1"
},
"dependencies": {
"@angular/common": "^4.4.4",
"@angular/compiler": "^4.4.4",
"@angular/core": "^4.4.4",
"@angular/forms": "^4.4.4",
"@angular/http": "^4.4.4",
"@angular/platform-browser": "^4.4.4",
"@angular/platform-browser-dynamic": "^4.4.4",
"@angular/router": "^4.4.4",
"@types/node": "^7.0.0",
"angular2-meteor-polyfills": "^0.2.0",
"angular2-moment": "^1.7.0",
"babel-runtime": "^6.26.0",
"bcrypt": "^0.8.7",
"es6-shim": "^0.35.1",
"jquery": "^2.2.4",
"ngx-bootstrap": "^1.8.1",
"reflect-metadata": "^0.1.10",
"request": "^2.74.0",
"rxjs": "^5.4.3",
"typescript": "~2.1.5",
"zone.js": "^0.8.4"
},
"license": "MIT"
}