-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 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
{
"name": "plexus-17",
"version": "1.0.0",
"description": "",
"main": "index.js",
"engines": {
"node": "8.4.0",
"npm": "5.3.0"
},
"scripts": {
"start": "heroku local dev",
"client": "npm start --prefix client",
"heroku-postbuild": "(npm install --prefix client) && (npm run build --prefix client)",
"test:watch": "heroku local test-watch",
"test": "heroku local test",
"format": "prettier --write \"**/*.js\"",
"precommit": "npm run format"
},
"keywords": [],
"author": "Aditya Agarwal <adityaa803@gmail.com> (http://adi.surge.sh/)",
"license": "ISC",
"dependencies": {
"@sendgrid/mail": "^6.1.3",
"body-parser": "^1.18.0",
"compression": "^1.7.1",
"cookie-session": "^1.3.1",
"express": "^4.15.4",
"joi": "^13.1.1",
"lodash": "^4.17.4",
"mongoose": "^4.11.10",
"morgan": "^1.8.2",
"passport": "^0.4.0",
"passport-facebook": "^2.1.1",
"passport-google-oauth20": "^1.0.0",
"path-parser": "^2.0.2",
"prettier": "^1.7.4",
"slug": "^0.9.1",
"supertest": "^3.0.0"
},
"devDependencies": {
"husky": "^0.14.3",
"tap-spec": "^4.1.1",
"tape": "^4.8.0"
}
}