-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 992 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
32
33
34
35
36
37
38
39
40
41
42
{
"name": "r2resize",
"description": "",
"version": "1.0.2",
"author": "Selçuk Fatih Sevinç",
"license": "MIT",
"engines": {
"node": ">=6.0.0"
},
"dependencies": {
"debug": "^2.6.3",
"express": "^4.16.2",
"image-resizer": "github:selcukfatihsevinc/image-resizer-1",
"parse-domain": "^1.1.0",
"underscore": "^1.8.3"
},
"devDependencies": {
"chai": "^3.5.0",
"eslint": "^3.18.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3",
"mocha": "^3.2.0",
"r2base": "^1.0.17",
"supertest": "^3.0.0"
},
"main": "index.js",
"readmeFilename": "README.md",
"keywords": [],
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/r2js/r2resize.git"
},
"bugs": {
"url": "https://github.com/r2js/r2resize/issues"
},
"homepage": "https://github.com/r2js/r2resize"
}