forked from inventid/iaas
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.16 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
{
"name": "iaas",
"version": "0.1.5",
"description": "ImageMagick as a HTTP service, using AWS S3 to store caches",
"main": "src/index.js",
"dependencies": {
"aws-sdk": "^2.2.26",
"babel-polyfill": "^6.9.1",
"body-parser": "^1.14.2",
"config": "^1.17.1",
"express": "^4.13.3",
"formidable": "^1.0.17",
"gm": "^1.22.0",
"pg": "^4.4.3",
"pg-migration": "^1.0.1",
"uuid": "^2.0.2",
"promisify-node": "^0.4.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"eslint": "node ./node_modules/eslint/bin/eslint.js src"
},
"repository": {
"type": "git",
"url": "https://github.com/inventid/iaas.git"
},
"keywords": [
"image",
"resize",
"image",
"magic",
"live",
"resize"
],
"author": "Rogier Slag",
"license": "MIT",
"bugs": {
"url": "https://github.com/inventid/iaas/issues"
},
"homepage": "https://github.com/inventid/iaas",
"devDependencies": {
"babel-cli": "^6.4",
"babel-eslint": "^6.1.0",
"babel-preset-es2015": "^6.3",
"babel-preset-stage-3": "^6.11.0",
"eslint": "^2.13.1",
"eslint-plugin-async-await": "0.0.0"
}
}