-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
39 lines (39 loc) · 949 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
35
36
37
38
39
{
"name": "lantern",
"version": "1.0.0",
"description": "A personal safety app.",
"main": "index.js",
"dependencies": {
"async": "^1.5.2",
"body-parser": "^1.14.2",
"cron": "^1.1.0",
"express": "^4.13.4",
"lodash": "^4.0.1",
"mongoose": "^4.3.6",
"nodemailer": "^2.0.0",
"react": "^0.14.6",
"redux-thunk": "^1.0.3",
"socket.io": "^1.4.5",
"twilio": "^2.8.0"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-jshint": "^2.0.0",
"gulp-util": "^3.0.7",
"jshint-stylish": "^2.1.0"
},
"scripts": {
"test": "test",
"start": "nodemon Server/server.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/loquacious-credenza/Lantern.git"
},
"author": "Max O'Connell",
"license": "ISC",
"bugs": {
"url": "https://github.com/loquacious-credenza/Lantern/issues"
},
"homepage": "https://github.com/loquacious-credenza/Lantern#readme"
}