-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 1.19 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
{
"name": "sardroid-server",
"version": "0.0.1",
"description": "Server for brokering connections and misc for Sardroid",
"main": "server.js",
"scripts": {
"start": "babel-node app/bin/www.js",
"build": "babel app -d dist",
"serve": "node dist/bin/www.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/melonmanchan/sardroid-server.git"
},
"author": "Matti Jokitulppo <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/melonmanchan/sardroid-server/issues"
},
"homepage": "https://github.com/melonmanchan/sardroid-server#readme",
"dependencies": {
"bcryptjs": "^2.3.0",
"body-parser": "^1.14.2",
"chalk": "^1.1.1",
"compression": "^1.6.0",
"cors": "^2.7.1",
"dateformat": "^1.0.12",
"express": "^4.13.3",
"ip": "^1.0.2",
"jsonwebtoken": "^5.5.0",
"lodash": "4.2.1",
"node-gcm": "0.14.3",
"peer": "github:lyxsus/peerjs-server",
"pg": "^4.4.3",
"pg-hstore": "^2.3.2",
"rollbar": "^0.5.11",
"sequelize": "^3.15.0",
"socket.io": "1.3.7",
"twilio": "^2.8.0"
},
"devDependencies": {
"babel-cli": "^6.4.0",
"babel-preset-es2015": "^6.1.18"
}
}