forked from tcr/node-jpeg
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.43 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
{
"name": "jpeg-fresh",
"version": "2.0.10",
"main": "bindings/jpeg",
"description": "A C++ module for node-js that converts RGB and RGBA buffers to a JPEG images (in memory).",
"keywords": [
"jpg",
"jpeg",
"encoder",
"decoder",
"decode",
"encode",
"rgba",
"rgb",
"image",
"picture"
],
"author": {
"name": "Peteris Krumins",
"email": "[email protected]",
"url": "http://www.catonmat.net"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/Qualphey/node-jpeg.git"
},
"directories": {
"examples": "examples",
"src": "src"
},
"engines": {
"node": ">=0.1.93"
},
"scripts": {
"install": "node-pre-gyp install --fallback-to-build"
},
"dependencies": {
"nan": "^1.7.0",
"node-pre-gyp": "0.6.x"
},
"devDependencies": {
"aws-sdk": "~2.0.0-rc.15"
},
"binary": {
"module_name": "jpeg",
"module_path": "./bindings",
"host": "https://tessel-builds.s3-us-west-2.amazonaws.com",
"remote_path": "./pre-gyp/{name}/v{version}"
},
"gitHead": "6ae752d59331425f6ca461e8a75d0e8b4cb56082",
"bugs": {
"url": "https://github.com/Qualphey/node-jpeg/issues"
},
"homepage": "https://github.com/Qualphey/node-jpeg#readme",
"bundleDependencies": [
"node-pre-gyp"
],
"_id": "[email protected]",
"_shasum": "ac1b79f19f7a2689b0488c05ee51d2f8916dbb4c",
"_from": "jpeg-fresh@*"
}