{
  "name": "@generative-music/time-node",
  "version": "0.1.0",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "mocha --exit \"tests/**/*.spec.js\"",
    "testing": "mocha --watch \"tests/**/*.spec.js\"",
    "lint": "eslint \".\"",
    "ci": "npm run lint && npm run test",
    "preversion": "npm run ci",
    "postversion": "git push && git push --tags"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/generative-music/time-node.git"
  },
  "files": [
    "lib"
  ],
  "author": "Alex Bainter <alexbainter+github@gmail.com> (https://alexbainter.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/generative-music/time-node/issues"
  },
  "homepage": "https://github.com/generative-music/time-node#readme",
  "dependencies": {
    "nanotimer": "^0.3.15"
  },
  "devDependencies": {
    "chai": "^4.1.2",
    "eslint": "^5.3.0",
    "eslint-config-metalex9": "^0.2.0",
    "mocha": "^5.2.0",
    "prettier": "^1.14.2"
  }
}
