-
Notifications
You must be signed in to change notification settings - Fork 6
/
package.json
42 lines (42 loc) · 1.05 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
{
"name": "isit-web-crafts",
"version": "1.0.0",
"private": true,
"scripts": {
"test": "karma start",
"start": "nodemon ./bin/www"
},
"dependencies": {
"bcrypt-nodejs": "0.0.3",
"body-parser": "^1.18.2",
"cookie-parser": "~1.4.3",
"debug": "^3.1.0",
"express": "^4.16.1",
"express-session": "^1.15.6",
"jade": "~1.11.0",
"marked": "~0.3.6",
"mongoose": "^4.12.0",
"morgan": "^1.9.0",
"passport": "^0.4.0",
"passport-local": "^1.0.0",
"serve-favicon": "^2.4.5",
"sharp": "^0.18.4"
},
"devDependencies": {
"grunt": "~1.0.1",
"grunt-contrib-clean": "~1.1.0",
"grunt-contrib-jade": "~1.0.0",
"grunt-contrib-jshint": "~1.1.0",
"grunt-exec": "^3.0.0",
"grunt-jsbeautifier": "~0.2.13",
"grunt-jscs": "~3.0.1",
"grunt-karma": "~2.0.0",
"jasmine-core": "~2.8.0",
"jasmine-jquery": "~2.1.1",
"jshint-stylish": "~2.2.1",
"karma": "~1.7.1",
"karma-jasmine": "~1.1.0",
"karma-phantomjs-launcher": "~1.0.4",
"karma-spec-reporter": "0.0.31"
}
}