-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
61 lines (61 loc) · 1.49 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
57
58
59
60
61
{
"name": "pictor",
"version": "0.4.1",
"description": "simple image upload/convert/download server",
"author": "Dongsu Jang <iolothebard@gmail.com>",
"repository": {
"type": "git",
"url": "git@github.com:iolo/pictor.git"
},
"license": "MIT",
"engines": {
"node": "~0.10"
},
"dependencies": {
"debug": "^2.1.0",
"express": "^4.10.2",
"express-toybox": "^0.1.12",
"jade": "^1.7.0",
"lodash": "^2.4.1",
"mime": "^1.2.11",
"minimist": "^1.1.0",
"node-toybox": "^0.1.2",
"q": "^1.0.1",
"q-io": "^1.11.6"
},
"optionalDependencies": {
"gm": "^1.17.0",
"optipng-bin": "^2.0.2",
"jpegtran-bin": "^2.0.0",
"gifsicle": "^1.0.3",
"ftp": "^0.3.7",
"knox": "^0.9.1"
},
"devDependencies": {
"faux-knox": "^0.1.15",
"ftp-server": "^0.1.0",
"grunt": "^0.4.5",
"grunt-apidoc": "^0.7.0",
"grunt-contrib-clean": "latest",
"grunt-contrib-concat": "latest",
"grunt-contrib-copy": "latest",
"grunt-contrib-jade": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-less": "^0.11.4",
"grunt-contrib-uglify": "latest",
"grunt-contrib-watch": "latest",
"grunt-doxx": "^0.1.2",
"grunt-mocha-test": "^0.12.3",
"grunt-newer": "^0.8.0",
"grunt-shell-spawn": "^0.3.0",
"load-grunt-config": "^0.16.0",
"mocha": "^2.0.1",
"superagent": "^0.21.0",
"supertest": "^0.15.0"
},
"directories": {
"lib": "./libs"
},
"bin": "./bin/pictor",
"main": "./index"
}