-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1 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
{
"name": "steemstars",
"version": "1.0.0",
"dependencies": {
"browserify": "^6.3.4",
"browserify-incremental": "^1.5.0",
"cookie": "0.1.x",
"cytoscape": "2.7.13",
"forever": "0.10.x",
"forever-monitor": "1.2.x",
"nodemon": "1.x",
"redis": "0.7.3",
"sentry-node": "0.2.x",
"socket.io": "x",
"underscore": "1.5.2"
},
"engines": {
"node": "4.7.3"
},
"description": "node server for steemstars",
"main": "/realtime-server/realtime-server.js",
"directories": {
"doc": "doc",
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steem-third-party/STEEMSTARS.git"
},
"keywords": [
"steem",
"steemstars"
],
"author": "raymon johnstone",
"license": "CC-BY-SA-4.0",
"bugs": {
"url": "https://github.com/steem-third-party/STEEMSTARS/issues"
},
"homepage": "https://github.com/steem-third-party/STEEMSTARS#readme"
}