{
  "name": "zero-crossings",
  "version": "1.0.1",
  "description": "Finds all zero crossings in a 1D ndarray",
  "main": "zc.js",
  "directories": {
    "test": "test"
  },
  "dependencies": {
    "cwise-compiler": "^1.0.0"
  },
  "devDependencies": {
    "cwise-parser": "^0.0.1",
    "ndarray": "^1.0.11",
    "tape": "^2.12.3",
    "js-beautify": "^1.4.2"
  },
  "scripts": {
    "test": "tape test/*.js",
    "build": "node lib/generate-module.js > lib/zc-core.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/mikolalysenko/zero-crossings.git"
  },
  "keywords": [
    "zero",
    "crossing",
    "ndarray",
    "1D",
    "linear",
    "interpolate"
  ],
  "author": "Mikola Lysenko",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/mikolalysenko/zero-crossings/issues"
  },
  "homepage": "https://github.com/mikolalysenko/zero-crossings"
}
