-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.07 KB
/
package.json
File metadata and controls
46 lines (46 loc) · 1.07 KB
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
{
"name": "Imobiliaria",
"version": "1.0.0",
"description": "Sistema para imobiliaria",
"main": "server.js",
"engines": {
"node":"0.12.2"
},
"scripts": {
"pretest": "jshint *",
"test": "./node_modules/mocha/bin/mocha",
"start": "node server",
"nodemon": "nodemon server.js"
},
"author": "Tiago Lima",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "*",
"bluebird": "^2.10.2",
"body-parser": "^1.6.7",
"config": "^1.16.0",
"connect-flash": "^0.1.1",
"cookie-parser": "~1.0.1",
"debug": "^2.2.0",
"ejs": "^0.8.8",
"elasticsearch": "^8.2.0",
"express": "^4.8.4",
"express-load": "^1.1.14",
"express-session": "~1.0.4",
"helmet": "^0.12.0",
"method-override": "^2.1.3",
"mongodb": "^1.4.38",
"mongoosastic": "^3.6.0",
"mongoose":"3.8",
"morgan": "~1.0.0",
"multiparty": "^4.1.2",
"passport": "~0.2.0",
"passport-local": "~1.0.0",
"socket.io": "^1.3.7",
"static-favicon": "~1.0.0"
},
"devDependencies": {
"mocha": "^2.3.3",
"supertest": "^1.1.0"
}
}