git ssb

0+

wanderer🌟 / lockmap



Tree: 658e6a90035883776dcc7357a920cbc84e7d3c67

Files: 658e6a90035883776dcc7357a920cbc84e7d3c67 / package.json

941 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 build --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": "^3.0.0",
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