-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 954 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 954 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
37
{
"name": "mvpelementh",
"version": "1.0.0",
"scripts": {
"dev": "concurrently --kill-others \"node ./index.js\""
},
"dependencies": {
"bluebird": "latest",
"body-parser": "latest",
"config": "latest",
"connect-mongo": "latest",
"cookie-parser": "latest",
"elasticsearch": "^14.1.0",
"express": "latest",
"express-session": "latest",
"jsonfile": "latest",
"mailchimp-api-v3": "^1.7.1",
"moment": "^2.18.1",
"mongoose": "latest",
"morgan": "latest",
"multer": "^1.3.0",
"node-fetch": "^1.7.3",
"node-telegram-bot-api": "^0.29.0",
"nunjucks": "^3.0.1",
"redis": "latest",
"request-promise": "latest",
"sitemap": "latest",
"striptags": "^3.1.0",
"web3": "^1.0.0-beta.15"
},
"devDependencies": {
"eslint": "^3.15.0",
"eslint-config-standard": "^7.0.0-beta.0",
"eslint-plugin-promise": "^3.4.1",
"eslint-plugin-standard": "^2.0.1"
}
}