forked from EyalAr/lwip
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 1.6 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
62
63
64
65
66
67
68
69
{
"name": "lwip",
"version": "0.0.6",
"main": "index.js",
"dependencies": {
"async": "~0.9.0",
"decree": "0.0.6",
"nan": "~1.7.0"
},
"scripts": {
"install": "node-gyp rebuild",
"test": "./node_modules/.bin/mocha --opts tests/mocha.opts tests",
"coverage": "./node_modules/.bin/istanbul cover ./node_modules/mocha/bin/_mocha -- --opts tests/mocha.opts tests",
"travis": "./node_modules/.bin/istanbul cover --report lcovonly ./node_modules/.bin/_mocha -- --opts tests/mocha.opts --bail tests && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
},
"gypfile": true,
"description": "Comprehensive, fast, and simple image processing and manipulation",
"directories": {
"example": "examples"
},
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mkdirp": "^0.5.0",
"mocha": "^2.1.0",
"mocha-lcov-reporter": "0.0.1",
"should": "^4.4.1"
},
"repository": {
"type": "git",
"url": "https://github.com/EyalAr/lwip.git"
},
"keywords": [
"image",
"buffer",
"manipulate",
"process",
"resize",
"scale",
"rotate",
"jpeg",
"jpg",
"png",
"gif",
"crop",
"blur",
"sharpen",
"batch",
"flip",
"mirror",
"border",
"padding",
"hue",
"saturation",
"lightness",
"alpha",
"transparency",
"fade",
"opacity",
"contain",
"cover"
],
"author": "Eyal Arubas <eyalarubas@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/EyalAr/lwip/issues"
},
"homepage": "https://github.com/EyalAr/lwip"
}