-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.18 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": "porto",
"version": "1.0.0",
"author": "Vytor Calixto <vytorcalixto@gmail.com> (https://github.com/VytorCalixto)",
"description": "API RESTful para o Farol",
"private": true,
"scripts": {
"start": "node generateData.js && node server.js",
"configure": "node generateData.js",
"postinstall": "bower install"
},
"dependencies": {
"body-parser": "^1.13.1",
"bower": "^1.6.5",
"compression": "^1.5.2",
"connect-flash": "^0.1.1",
"cookie-parser": "^1.3.5",
"cors": "^2.7.1",
"debug": "~2.0.x",
"ejs": "^2.3.3",
"emailjs": "^0.3.16",
"express": "^4.13.0",
"express-session": "^1.11.3",
"faker": "^2.1.5",
"method-override": "^2.3.3",
"mongoose": "^4.0.6",
"multer": "^1.0.3",
"nconf": "^0.6.x",
"node-uuid": "^1.4.3",
"oauth2orize": "^1.0.1",
"passport": "^0.2.2",
"passport-http": "^0.2.2",
"passport-http-bearer": "^1.0.1",
"passport-local": "^1.0.0",
"passport-oauth2-client-password": "^0.1.2",
"winston": "^0.8.x"
},
"license": "MIT",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-minify-css": "^1.2.1",
"gulp-rename": "^1.2.2",
"gulp-sass": "^2.0.4"
}
}