UNPKG

669 BJSONView Raw
1{
2 "name": "imago",
3 "version": "0.1.2",
4 "description": "on-the-fly image manipulation service",
5 "main": "index.js",
6 "scripts": {
7 "test": "NODE_ENV=test ./node_modules/.bin/mocha"
8 },
9 "repository": {
10 "type": "git",
11 "url": "https://github.com/camshaft/imago.git"
12 },
13 "author": "Cameron Bytheway <bytheway.cameron@gmail.com>",
14 "license": "MIT",
15 "bugs": {
16 "url": "https://github.com/camshaft/imago/issues"
17 },
18 "homepage": "https://github.com/camshaft/imago",
19 "dependencies": {
20 "envs": "^0.1.6",
21 "simple-http-proxy": "^0.5.11",
22 "transloadit": "^1.2.1"
23 },
24 "devDependencies": {
25 "simple-stack-common": "^0.2.3"
26 }
27}