forked from portah/dangerous-room-web
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
51 lines (51 loc) · 1.75 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
{
"name": "dangerous-room-web",
"version": "0.0.1",
"private": true,
"scripts": {
"meteor": "ROOT_URL= MONGO_URL=mongodb://localhost:27017/dangerous-room meteor --port 3000 --settings private/settings.json",
"debug": "ROOT_URL= MONGO_URL=mongodb://localhost:27017/dangerous-room meteor --port 3000 --settings private/settings.json --raw-logs |./node_modules/bunyan/bin/bunyan",
"build": "meteor build ../dangerous-room-build && scp ../dangerous-room-build/dangerous-room-web.tar.gz dangerous-room:/dangerous-room/ && rm -rf ../dangerous-room-build",
"test": "./run_tests.sh",
"postinstall": "typings i"
},
"devDependencies": {
"@types/chai": "3.4.34",
"@types/meteor": "^1.4.11",
"@types/mocha": "2.2.34",
"chai": "3.5.0",
"chai-spies": "0.7.1",
"meteor-node-stubs": "0.2.11"
},
"dependencies": {
"@angular/animations": "^4.4.5",
"@angular/cdk": "^2.0.0-beta.12",
"@angular/common": "^4.4.5",
"@angular/compiler": "^4.4.5",
"@angular/core": "^4.4.5",
"@angular/forms": "^4.4.5",
"@angular/http": "^4.4.5",
"@angular/material": "^2.0.0-beta.12",
"@angular/platform-browser": "^4.4.5",
"@angular/platform-browser-dynamic": "^4.4.5",
"@angular/router": "^4.4.5",
"@covalent/core": "^1.0.0-beta.8-1",
"@types/node": "^7.0.44",
"angular2-meteor-polyfills": "^0.2.0",
"angular2-moment": "^1.6.0",
"babel-runtime": "^6.25.0",
"bcrypt": "^0.8.7",
"bunyan": "^1.8.12",
"htmlparser2": "^3.9.2",
"meteor-typings": "^1.4.1",
"ngx-bootstrap": "^1.8.1",
"ngx-pipes": "^1.6.3",
"reflect-metadata": "^0.1.10",
"request": "^2.74.0",
"rxjs": "^5.5.0",
"twilio": "^3.8.1",
"typescript": "^2.5.3",
"zone.js": "^0.8.18"
},
"license": "MIT"
}