1 {
2 "name": "lockfd",
3 "description": "thin wrapper around fcntl(F_SETLK)",
4 "version": "0.0.2",
5 "author": "Joshua M. Clulow <jmc@joyent.com>",
6 "repository": "git://github.com/joyent/node-lockfd.git",
7 "dependencies": {
8 "v8plus": "~0.1.0"
9 },
10 "scripts": {
11 "postinstall": "cd src && gmake $(eval echo ${MAKE_OVERRIDES})"
12 },
13 "license": "MIT"
14 }