-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
50 lines (50 loc) · 1.42 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
50
{
"name": "Jogo",
"version": "0.0.1",
"description": "Material didatico para indentificar a violência sexual",
"main": "server.js",
"scripts": {
"start": "node server",
"watch": "sh scripts/server.sh & grunt dev",
"live": "sh scripts/server-w.sh & grunt dev"
},
"author": "Guilherme Costa Berghauser",
"license": "ISC",
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.12.0",
"cookie-parser": "^1.4.0",
"ejs": "^2.3.1",
"express": "^4.12.2",
"express-load": "^1.1.14",
"express-session": "^1.11.3",
"helmet": "^0.12.0",
"method-override": "^2.3.1",
"mongo-sanitize": "^1.0.0",
"mongodb": "^2.0.45",
"mongoose": "^4.1.11",
"mongoose-findorcreate": "^0.1.2",
"passport": "^0.3.0",
"passport-facebook": "^2.0.0",
"passport-github": "^1.0.0",
"passport-google-oauth": "^0.2.0",
"passport-local": "^1.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.8.1",
"grunt-contrib-cssmin": "^0.14.0",
"grunt-contrib-uglify": "^0.9.2",
"grunt-contrib-watch": "^0.6.1",
"grunt-express": "^1.4.1",
"grunt-usemin": "^3.1.1",
"jasmine-core": "^2.3.4",
"karma": "^0.13.10",
"karma-firefox-launcher": "^0.1.6",
"karma-jasmine": "^0.3.6",
"karma-phantomjs-launcher": "^0.2.1",
"phantomjs": "^1.9.18"
}
}