-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 904 Bytes
/
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
{
"name": "gramy",
"version": "0.0.1",
"description": "Serwer",
"main": "server.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"deploy:production": "pm2 deploy production",
"deploy:stage": "pm2 deploy stage"
},
"repository": {
"type": "git",
"url": "git+https://github.com/leszczynski-it/gramy.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/leszczynski-it/gramy/issues"
},
"homepage": "https://github.com/leszczynski-it/gramy#readme",
"devDependencies": {
"config": "^1.19.0",
"express": "^4.13.4"
},
"apps": [
{
"name": "GRAMY_SERVER",
"script": "server.js",
"env_production": {
"NODE_ENV": "production"
},
"env_stage": {
"NODE_ENV": "stage"
}
}
],
"dependencies": {
"rx": "^4.0.8",
"socket.io": "^1.4.5"
}
}