{
  "name": "angstrom",
  "version": "0.8.0",
  "description": "The tiniest server.",
  "main": "index.js",
  "scripts": {
    "test": "istanbul cover --include-all-sources -x 'examples/*.js' -x '**/*.spec.js' -x '**/*test.js' node_modules/.bin/_mocha -- **/*.spec.js "
  },
  "author": "Brandon keown",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/theqabalist/angstrom"
  },
  "dependencies": {
    "bluebird": "^3.4.6",
    "kefir": "^3.6.0",
    "moment": "^2.15.2",
    "ramda": "^0.22.1",
    "uuid": "^3.0.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "istanbul": "^0.4.5",
    "mocha": "^3.1.2",
    "np": "^2.10.0",
    "sinon": "^1.17.6"
  }
}
