-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.16 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
{
"name": "uc-dev-ops",
"version": "0.0.1",
"main": "server.js",
"scripts": {
"lint": "eslint {app}/**/*.js *.js",
"spec": "\"mocha --recursive\"",
"test": "\"mocha --recursive\""
},
"repository": {
"type": "git",
"url": "git+https://github.com/uCreateit//meetup-demo"
},
"dependencies": {
"body-parser": "^1.18.3",
"const": "^1.0.0",
"dotenv": "^6.2.0",
"express": "^4.16.4",
"forcedomain": "^1.0.1",
"format": "^0.2.2",
"hbs": "^4.0.4",
"newrelic": "^5.0.0",
"path": "^0.12.7",
"pg": "^7.8.1",
"pg-hstore": "^2.3.2",
"rollbar": "^2.5.1",
"sequelize": "^4.43.0",
"sequelize-cli": "^5.4.0",
"sequelize-log-syntax-colors": "^2.0.0",
"sql-formatter": "^2.3.2"
},
"engines": {
"node": "8.11.x"
},
"devDependencies": {
"assert": "^1.4.1",
"eslint": "^5.13.0",
"eslint-config-airbnb-base": "^13.1.0",
"eslint-config-prettier": "^4.0.0",
"eslint-plugin-import": "^2.16.0",
"eslint-plugin-no-only-tests": "^2.1.0",
"eslint-plugin-prettier": "^3.0.1",
"husky": "^1.3.1",
"lint-staged": "^8.1.4",
"mocha": "^5.2.0",
"prettier": "^1.16.4"
}
}