-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
43 lines (43 loc) · 1.1 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
{
"name": "contatooh",
"version": "1.0.0",
"description": "",
"main": "server.js",
"scripts": {
"start": "node server",
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"body-parser": "^1.15.2",
"cookie-parser": "^1.4.3",
"express": "^4.8.8",
"express-load": "^1.1.15",
"express-session": "^1.14.1",
"helmet": "^2.1.3",
"method-override": "^2.3.6",
"mongo-sanitize": "^1.0.0",
"mongodb": "^2.2.9",
"mongoose": "^4.6.0",
"mongoose-findorcreate": "^0.1.2",
"passport": "^0.3.2",
"passport-github": "^1.1.0",
"pug": "^2.0.0-beta6"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-cli": "~0.1.13",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-cssmin": "~0.8.0",
"grunt-contrib-uglify": "~0.3.2",
"grunt-ng-annotate": "^0.4.0",
"grunt-usemin": "^2.4.0",
"jasmine": "^2.5.1",
"karma": "^1.3.0",
"karma-chrome-launcher": "^2.0.0",
"karma-firefox-launcher": "^1.0.0",
"karma-jasmine": "^1.0.2",
"karma-phantomjs-launcher": "^1.0.2"
}
}