forked from flovilmart/parse-image
-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
37 lines (37 loc) · 884 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
{
"name": "parse-image",
"description": "parse-image",
"main": "index.js",
"version": "0.3.0",
"dependencies": {
"gm": "~1.23.1"
},
"devDependencies": {
"codecov": "^1.0.1",
"image-diff": "^2.0.0",
"istanbul": "^0.4.2",
"mocha": "^5.2.0"
},
"scripts": {
"preinstall": "./install.sh",
"test": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- -R spec && ./node_modules/.bin/codecov"
},
"repository": {
"type": "git",
"url": "https://github.com/parse-server-modules/parse-image.git"
},
"author": "Florent Vilmart",
"license": "MIT",
"bugs": {
"url": "https://github.com/parse-server-modules/parse-image/issues"
},
"homepage": "https://github.com/parse-server-modules/parse-image",
"keywords": [
"parse",
"image",
"module"
],
"peerDependencies": {
"parse": "^2.0"
}
}