{
  "name": "node-normalizer",
  "version": "0.2.0",
  "description": "Normalize and clean text",
  "main": "index.js",
  "scripts": {
    "test": "mocha test/basic.js -R spec -t 4000"
  },
  "author": "Rob Ellis",
  "license": "MIT",
  "dependencies": {
    "async": "~0.7.0",
    "debug": "~0.8.0",
    "re2": "^1.3.0",
    "string": "~1.8.0"
  },
  "devDependencies": {
    "mocha": "~1.18.2",
    "should": "~3.3.1"
  }
}
