-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 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
{
"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.6.7",
"cookie-parser": "^1.3.4",
"ejs": "^0.8.8",
"express": "^4.8.8",
"express-load": "^1.1.14",
"express-session": "^1.7.6",
"helmet": "^0.4.2",
"method-override": "^2.1.3",
"mongo-sanitize": "^1.0.0",
"mongodb": "^1.4.34",
"mongoose": "^3.8.24",
"mongoose-findorcreate": "^0.1.2",
"passport": "^0.2.1",
"passport-github": "^0.1.5"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-clean": "^0.6.0",
"grunt-contrib-concat": "^0.5.1",
"grunt-contrib-copy": "^0.7.0",
"grunt-contrib-cssmin": "^0.10.0",
"grunt-contrib-uglify": "^0.6.0",
"grunt-ng-annotate": "^0.5.0",
"grunt-usemin": "^2.6.2",
"jasmine-core": "^2.2.0",
"karma": "^0.12.31",
"karma-chrome-launcher": "^0.1.7",
"karma-jasmine": "^0.3.5",
"karma-ng-html2js-preprocessor": "^0.1.2",
"karma-phantomjs-launcher": "^0.1.4"
}
}