{
  "name": "alphanumbers",
  "version": "0.1.2",
  "description": "Converts numbers into alphabetical strings, and back again.",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/agrothe/alphanumbers.git"
  },
  "bugs": {
    "url": "https://github.com/agrothe/alphanumbers/issues"
  },
  "keywords": [
    "alphanumeric",
    "alpha",
    "numeric",
    "number",
    "character",
    "replace-all",
    "substitution"
  ],
  "main": "index.js",
  "scripts": {
    "test": "node ./node_modules/mocha/bin/mocha"
  },
  "author": "agrothe@gmail.com",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.5.0",
    "mocha": "^3.0.2"
  },
  "tonicExampleFilename": "tonic.js"
}
