-
Notifications
You must be signed in to change notification settings - Fork 85
/
package.json
31 lines (31 loc) · 852 Bytes
/
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
{
"author": "Cian Clarke <cian@cianclarke.com> (http://www.cianclarke.com)",
"name": "node-gallery",
"description": "NodeJS Photo Gallery using directory structure & exif info to output a gallery",
"version": "1.1.0",
"homepage": "http://www.github.com/cianclarke/node-gallery",
"license" : "MIT",
"repository": {
"url": ""
},
"main": "lib/gallery.js",
"engines": {
"node": ">=0.6.2"
},
"dependencies": {
"ejs": "2.0.8",
"exif": "git://github.com/cianclarke/node-exif.git",
"express": "4.10.7",
"gm": "^1.17.0",
"imagemagick-stream": "^1.1.0",
"memory-cache": "^0.1.1",
"underscore": "^1.7.0"
},
"scripts": {
"test": "node test/test-gallery.js ; node test/test-album.js ; node test/test-photo.js"
},
"devDependencies": {
"colors": "1.0.3"
},
"subdomain": "node-gallery"
}