-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 931 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 931 Bytes
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
{
"name": "explorerserver",
"version": "1.0.0",
"description": "The purpose of this project is to assist in development and debugging on the Peerplays BlockChain.",
"scripts": {
"start": "./node_modules/.bin/forever index.js",
"create": "node src/utils/create.js",
"clean": "node src/utils/cleanDB.js",
"populate": "node src/utils/populate.js"
},
"repository": {
"type": "git",
"url": "https://github.com/PBSA/Explorer-Server.git"
},
"author": "",
"licenses": [
{
"license": "MIT"
}
],
"homepage": "https://github.com/PBSA/Explorer-Server#readme",
"dependencies": {
"clean-mongo": "1.0.2",
"dotenv": "4.0.0",
"express": "4.16.3",
"forever": "0.15.3",
"mongodb": "2.2.33",
"peerplaysjs-lib": "0.4.19",
"peerplaysjs-ws": "0.1.11",
"socket.io": "^2.0.4",
"swagger-ui-express": "2.0.15"
},
"engines": {
"node": ">=v6.12.3"
}
}