package.json
1.06 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
{
"name": "yoho-seo",
"version": "1.0.0",
"description": "seo related features, like sending urls, maps etc. ",
"main": "index.js",
"directories": {
"test": "test"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"dev": "nodemon -e js,hbs -i public/ app.js",
"precommit": "node lint-commit.js"
},
"keywords": [
"seo"
],
"author": "",
"license": "ISC",
"dependencies": {
"bluebird": "^3.5.0",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"lodash": "^4.17.4",
"moment": "^2.18.1",
"node-schedule": "^1.2.1",
"nodemon": "1.9.2",
"redis": "^2.7.1",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"shelljs": "^0.7.7",
"uuid": "^3.0.1",
"winston": "^2.3.1",
"winston-daily-rotate-file": "^1.1.1",
"yoho-node-lib": "^0.2.23"
},
"devDependencies": {
"eslint": "^2.12.0",
"eslint-config-yoho": "^1.0.1",
"husky": "^0.13.3",
"stylelint": "^7.9.0",
"stylelint-config-yoho": "^1.2.8",
"stylelint-formatter-table": "^1.0.3"
}
}