-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 733 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 733 Bytes
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
{
"name": "hdr",
"description": "Module for reading HDR image files",
"version": "0.6.1",
"homepage": "https://github.com/imbcmdth/hdr",
"repository": {
"type": "git",
"url": "git://github.com/imbcmdth/hdr.git"
},
"author": {
"name": "Jon-Carlos Rivera",
"email": "jon.carlos.rivera@gmail.com",
"url": "http://jon-carlos.com"
},
"keywords": [
"high dynamic range",
"streaming",
"hdr",
"pic",
"radiance",
"rgbe",
"xyze"
],
"main": "./lib/hdr",
"dependencies": {
"mmme-encoding": "0.5.1",
"xyz-utils": "0.5.2"
},
"devDependencies": {
"mocha": "1.8.1"
},
"scripts": {
"test": "./node_modules/mocha/bin/mocha test"
},
"license": "MIT"
}