-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·59 lines (59 loc) · 1.4 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
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "any-tune",
"version": "1.0.0",
"description": "Node.js web applications",
"repository": {
"type": "git",
"url": "https://github.com/sushantlp/any-tune-server.git"
},
"author": "Sushant singh chauhan",
"license": "MIT",
"scripts": {
"start": "node server.js",
"test": "mocha --reporter spec",
"postinstall": "npm rebuild node-sass",
"eslint": "eslint **/*.js"
},
"dependencies": {
"async": "^2.6.0",
"axios": "^0.18.0",
"bcrypt": "^1.0.3",
"bluebird": "^3.5.1",
"body-parser": "^1.18.2",
"circular-json": "^0.5.4",
"cron": "^1.3.0",
"dotenv": "^4.0.0",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"express-flash": "0.0.2",
"express-group-routes": "^1.1.0",
"express-robots": "^0.1.6",
"express-session": "^1.15.6",
"express-status-monitor": "^1.0.1",
"express-validator": "^4.3.0",
"jsonwebtoken": "^8.1.0",
"lodash": "^4.17.5",
"lusca": "^1.5.2",
"moment": "^2.19.2",
"mysql2": "^1.5.1",
"node-sass-middleware": "^0.11.0",
"rimraf": "^2.6.1",
"sequelize": "^4.22.11",
"sequelize-cli": "^3.1.0",
"serve-favicon": "^2.5.0"
},
"devDependencies": {
"nodemon": "^1.12.1",
"morgan": "^1.9.0",
"babel-cli": "^6.24.0",
"babel-preset-es2015": "^6.24.0"
},
"engines": {
"node": "9.6.1"
},
"keywords": [
"node",
"heroku",
"express"
]
}