UNPKG

628 BJSONView Raw
1{
2 "name": "lockfile",
3 "version": "0.3.2",
4 "main": "lockfile.js",
5 "directories": {
6 "test": "test"
7 },
8 "dependencies": {},
9 "devDependencies": {
10 "tap": "~0.2.5",
11 "touch": "0"
12 },
13 "scripts": {
14 "test": "tap test/*.js"
15 },
16 "repository": {
17 "type": "git",
18 "url": "git://github.com/isaacs/lockfile"
19 },
20 "keywords": [
21 "lockfile",
22 "lock",
23 "file",
24 "fs",
25 "O_EXCL"
26 ],
27 "author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me/)",
28 "license": "BSD",
29 "description": "A very polite lock file utility, which endeavors to not litter, and to wait patiently for others."
30}