-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
56 lines (56 loc) · 1.25 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
51
52
53
54
55
56
{
"name": "photo",
"version": "0.0.0",
"repository": {
"type": "git",
"url": "git+https://github.com/paratagas/photo_gallery.git"
},
"author": {
"name": "Evgeni Sviridenko",
"email": "[email protected]",
"url": "https://github.com/paratagas"
},
"tags": [
"javacript",
"node.js",
"express",
"mongodb",
"bootstrap",
"photo gallery"
],
"scripts": {
"start": "node ./bin/www",
"nodemon": "nodemon ./bin/www"
},
"dependencies": {
"body-parser": "~1.15.1",
"cookie-parser": "~1.4.3",
"debug": "~2.2.0",
"ejs": "~2.4.1",
"express": "~4.13.4",
"loadtest": "^2.3.0",
"mongoose": "~4.9.4",
"morgan": "~1.7.0",
"multer": "~1.3.0",
"serve-favicon": "~2.3.0"
},
"devDependencies": {
"babel-preset-es2015": "^6.24.1",
"babel-preset-stage-2": "^6.24.1",
"chai": "^3.5.0",
"grunt": "^1.0.1",
"grunt-cafe-mocha": "^0.1.13",
"grunt-contrib-jshint": "^1.1.0",
"gulp": "^3.9.0",
"gulp-babel": "^6.1.2",
"gulp-concat": "^2.5.2",
"gulp-sourcemaps": "^1.5.2",
"gulp-uglify": "^1.2.0",
"mocha": "^3.3.0",
"nodemon": "^1.11.0",
"node-inspector": "^1.1.1",
"restler": "^3.4.0",
"zombie": "^5.0.5"
},
"license": "MIT"
}