-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
46 lines (46 loc) · 1.03 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
{
"name": "zommood",
"version": "1.3.0",
"homepage": "https://github.com/ulrichson/zoomood",
"authors": [
"Ulrich Lehner <[email protected]>",
"Jonatan Dahl <[email protected]>"
],
"license": "MIT",
"private": true,
"scripts": {
"postinstall": "bower install"
},
"engines": {
"node": "0.10.21"
},
"dependencies": {
"body-parser": "^1.14.1",
"errorhandler": "^1.4.2",
"express": "^4.13.3",
"file-type": "^3.0.0",
"image-size": "^0.5.0",
"jade": "^1.11.0",
"less-middleware": "*",
"method-override": "^2.3.5",
"mongoose": "*",
"morgan": "^1.6.1",
"node-uuid": "*",
"rimraf": "^2.4.3",
"socket.io": "^1.5.x",
"twitter-bootstrap-node": "*"
},
"devDependencies": {
"gulp": "^3.9.0",
"gulp-apidoc": "^0.2.0",
"gulp-autoprefixer": "3.1.1",
"gulp-cssmin": "^0.1.5",
"gulp-less": "^3.1.0",
"gulp-livereload": "^3.8.1",
"gulp-rename": "^1.2.2",
"nodemon": "*"
},
"apidoc": {
"title": "Zoomood API documentation"
}
}