Files: 01587eaf141302ad9c7d7c412205e3c0188dcd49 / package.json
936 bytesRaw
1 | { |
2 | "name": "lockmap", |
3 | "version": "0.0.0", |
4 | "description": "Creates a promise based map of locks that can be used as a semaphore", |
5 | "main": "index.js", |
6 | "scripts": { |
7 | "coverage": "istanbul cover ./tests/index.js", |
8 | "coveralls": "npm run coverage && coveralls <coverage/lcov.info", |
9 | "lint": "standard", |
10 | "test": "node ./tests/index.js", |
11 | "build:docs": "documentation --github -f md ./index.js > ./docs/index.md" |
12 | }, |
13 | "keywords": [ |
14 | "" |
15 | ], |
16 | "author": "mjbecze <mjbecze@gmail.com>", |
17 | "license": "MPL-2.0", |
18 | "dependencies": { |
19 | }, |
20 | "devDependencies": { |
21 | "coveralls": "^2.11.4", |
22 | "documentation": "^5.2.0", |
23 | "istanbul": "^0.4.1", |
24 | "standard": "^10.0.0", |
25 | "tape": "^4.0.3" |
26 | }, |
27 | "repository": { |
28 | "type": "git", |
29 | "url": "git@github.com:wanderer/lockmap.git" |
30 | }, |
31 | "bugs": { |
32 | "url": "https://github.com/wanderer/lockmap/issues" |
33 | }, |
34 | "homepage": "https://github.com/wanderer/lockmap" |
35 | } |
36 |
Built with git-ssb-web