-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
49 lines (49 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
49
{
"name": "spotme",
"version": "1.0.0",
"description": "Parking for the 21st century",
"repository": {
"type": "git",
"url": "https://github.com/herman-ho/spotme.git"
},
"main": "app.js",
"scripts": {
"start": "node_modules/.bin/nodemon -L app.js",
"test": "NODE_ENV=test node_modules/mocha/bin/mocha --recursive tests/"
},
"author": "Herman Ho <contact.hermanho@gmail.com>",
"contributors": [
{
"name": "Muhammad Abdul-Qayyum",
"email": ""
},
{
"name": "Joel Katako Anansambi",
"email": ""
}
],
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.15.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.4.3",
"express": "^4.14.0",
"express-handlebars": "^3.0.0",
"express-session": "^1.14.1",
"method-override": "^2.3.6",
"minimatch": "^3.0.3",
"node-geocoder": "^3.15.1",
"nodemon": "^1.10.2",
"passport": "^0.3.2",
"passport-local": "^1.0.0",
"pg": "^6.1.0",
"sequelize": "^3.27.0",
"sequelize-cli": "^2.4.0"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-http": "^3.0.0",
"mocha": "^3.2.0"
}
}