{
  "name": "words-to-numbers",
  "description": "convert textual words to numbers with optional fuzzy text matching",
  "version": "1.5.1",
  "license": "MIT",
  "options": {
    "mocha": "--require scripts/mocha_runner src/**/__tests__/**/*.js"
  },
  "scripts": {
    "start": "babel --watch --plugins \"transform-runtime\" src --ignore __tests__ --out-dir ./dist",
    "prepublish": "babel --plugins \"transform-runtime\" src --ignore __tests__ --out-dir ./dist",
    "lint": "eslint ./src",
    "lintfix": "eslint ./src --fix",
    "testonly": "mocha $npm_package_options_mocha",
    "test": "npm run lint && npm run testonly",
    "test-watch": "npm run testonly -- --watch --watch-extensions js"
  },
  "devDependencies": {
    "babel-cli": "6.x.x",
    "babel-core": "6.x.x",
    "babel-eslint": "4.x.x",
    "babel-plugin-transform-runtime": "6.x.x",
    "babel-polyfill": "6.x.x",
    "babel-preset-es2015": "6.x.x",
    "babel-preset-stage-2": "6.x.x",
    "chai": "3.x.x",
    "eslint": "1.7.x",
    "eslint-plugin-babel": "2.x.x",
    "its-set": "^1.1.5",
    "mocha": "2.x.x",
    "nodemon": "1.7.x"
  },
  "author": "Finn Fitzsimons <hello@finn.works>",
  "bugs": {
    "url": "https://github.com/finnfiddle/words-to-numbers/issues"
  },
  "homepage": "https://github.com/finnfiddle/words-to-numbers",
  "repository": {
    "type": "git",
    "url": "https://github.com/finnfiddle/words-to-numbers.git"
  },
  "dependencies": {
    "babel-runtime": "6.x.x",
    "clj-fuzzy": "^0.3.2",
    "its-set": "^1.1.5"
  }
}
