-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
46 lines (46 loc) · 1.13 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
{
"name": "steemia-backend",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"preinstall": "npm i -g pm2 && pm2 install pm2-logrotate",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"async": "^2.6.0",
"autolinker": "^1.6.2",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"compression": "^1.7.2",
"cors": "^2.8.4",
"engine.io-client": "^3.2.1",
"express": "^4.16.3",
"express-validation": "^1.0.2",
"get-youtube-id": "^1.0.0",
"helmet": "^3.12.1",
"http-status": "^1.2.0",
"joi": "^13.4.0",
"json-rpc-client": "^0.2.2",
"json-rpc-ws": "^5.0.0",
"lightrpc": "0.0.5",
"markdown-it": "^8.4.1",
"marked": "^0.3.19",
"path": "^0.12.7",
"reading-time": "^1.1.0",
"remarkable": "^1.7.1",
"request": "^2.85.0",
"rpc-websockets": "^4.0.1",
"socket.io": "^2.1.0",
"socket.io-client": "^2.1.0",
"steem": "^0.7.1",
"striptags": "^3.1.1",
"ws": "^5.1.1",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {
"nodemon": "^1.17.5"
}
}