{
  "name": "synopsis",
  "version": "0.10.0",
  "description": "Efficiently computes synopsis of delta series.",
  "main": "index.js",
  "scripts": {
    "test": "node_modules/.bin/mocha test"
  },
  "files": [
    "index.js"
  ],
  "repository": {
    "type": "git",
    "url": "http://www.github.com/allain/node-synopsis"
  },
  "author": "Allain Lalonde <allain.lalonde@gmail.com>",
  "license": "ISC",
  "dependencies": {
    "amp-values": "^1.0.1",
    "map-in": "^1.0.1",
    "neo-async": "^0.6.3"
  },
  "devDependencies": {
    "amp-each": "^1.0.1",
    "amp-range": "^1.0.1",
    "curry": "^1.2.0",
    "jiff": "^0.7.0",
    "mocha": "^2.1.0"
  }
}
