-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
34 lines (34 loc) · 869 Bytes
/
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
{
"name": "quakemon",
"version": "1.0.0",
"description": "Live site: https://quakemon.com",
"main": "config.js",
"dependencies": {
"express": "^4.14.0",
"body-parser": "^1.15.2",
"express-session": "^1.14.2",
"mandrill-api": "^1.0.45",
"mongoose": "^4.6.6",
"morgan": "^1.7.0",
"passport": "^0.3.2",
"q": "^1.4.1",
"request": "^2.78.0",
"passport-google-oauth": "^1.0.0",
"twilio": "^2.11.0"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/erikanderson/quakemon.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/erikanderson/quakemon/issues"
},
"homepage": "https://github.com/erikanderson/quakemon#readme"
}