git ssb

0+

wanderer🌟 / lockmap



Tree: e266f356cf9c371ca1664d82d1192822aa48fbef

Files: e266f356cf9c371ca1664d82d1192822aa48fbef / package.json

929 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": "nyc npm test",
8 "coveralls": "npm run coverage && nyc report --reporter=text-lcov | coveralls",
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 "devDependencies": {
20 "documentation": "^5.3.3",
21 "coveralls": "^3.0.0",
22 "nyc": "^11.3.0",
23 "standard": "^10.0.0",
24 "tape": "^4.0.3"
25 },
26 "repository": {
27 "type": "git",
28 "url": "git@github.com:wanderer/lockmap.git"
29 },
30 "bugs": {
31 "url": "https://github.com/wanderer/lockmap/issues"
32 },
33 "homepage": "https://github.com/wanderer/lockmap"
34}
35

Built with git-ssb-web