File "package.json"

Full Path: /srv/www/www.cadoro.it/app/lib/locks/package.json
File size: 710 bytes
MIME-type: text/plain
Charset: utf-8

{
  "name": "locks",
  "version": "0.2.2",
  "description": "Mutex locks, Read/Write locks, Condition variables and Semaphores",
  "keywords": [
    "locks",
    "mutex",
    "semaphore",
    "condition",
    "rwlock",
    "synchronize",
    "synchronise",
    "synchronization",
    "synchronisation"
  ],
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js | tap-spec",
    "cover": "rm -rf .nyc_output && nyc --silent --all tape test/*.js > /dev/null 2>&1 && nyc report"
  },
  "repository": "https://github.com/Wizcorp/locks",
  "author": "Ron Korving <[email protected]>",
  "license": "MIT",
  "devDependencies": {
    "nyc": "^3.2.2",
    "tap-spec": "^4.1.0",
    "tape": "^4.2.2"
  }
}