forked from aaronm67/node-phash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 849 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
{
"name": "phash",
"version": "0.0.5",
"description": "Bindings for node.js to pHash",
"main": "index",
"repository": {
"type" : "git",
"url" : "https://github.com/aaronm67/node-phash.git"
},
"devDependencies": {
"node-gyp": "*",
"should": "1.0.0",
"mocha": "1.3.0"
},
"engines": {
"node": ">=0.8.0"
},
"script": {
"preinstall": "node-gyp configure build",
"preuninstall": "rm -rf build/*"
},
"directories": {
"test": "tests"
},
"scripts": {
"test": "node-gyp configure build && mocha"
},
"keywords": ["pHash", "phash", "libpHash", "native", "binding", "addon"],
"author": "Aaron Marasco <[email protected]>",
"contributors": [
"Aaron Marasco <[email protected]>",
"Taeho Kim <[email protected]>",
"Jeremy Dowell <[email protected]>"
]
}