-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.22 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.22 KB
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
47
48
49
50
51
52
{
"name": "steemplus-api",
"version": "2.0.0",
"description": "API for SteemPlus",
"main": "app.js",
"engines": {
"node": "10.14.2"
},
"dependencies": {
"anychart": "^8.5.1",
"anychart-nodejs": "^1.3.8",
"body-parser": "^1.18.3",
"cors": "^2.8.5",
"dotenv": "^5.0.1",
"dsteem": "^0.11.2",
"dsteem-hf20": "^0.10.9",
"express": "^4.16.4",
"express-rate-limit": "^2.14.2",
"fs": "0.0.1-security",
"get-json": "^1.0.1",
"imagemagick": "^0.1.3",
"jquery": "^3.4.1",
"jquery-migrate": "^3.0.1",
"jsdom": "^12.2.0",
"moment": "^2.24.0",
"mongodb": "^3.2.2",
"mongoose": "^5.4.22",
"mssql": "^4.3.7",
"steem": "^0.7.4",
"xmlhttprequest": "^1.8.0"
},
"devDependencies": {},
"scripts": {
"start": "node app.js",
"dev": "nodemon app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/steemplus/steemplus-api.git"
},
"keywords": [
"steemplus",
"api"
],
"author": "stoodkev",
"license": "ISC",
"bugs": {
"url": "https://github.com/steemplus/steemplus-api/issues"
},
"homepage": "https://github.com/steemplus/steemplus-api#readme"
}