{
  "name": "temitjs-abi",
  "version": "1.0.2",
  "description": "Decoder and encoder for the MIT ABI",
  "main": "index.js",
  "dependencies": {
    "bn.js": "^4.10.0",
    "temitjs-util": "^1.0.1"
  },
  "devDependencies": {
    "coveralls": "^2.11.4",
    "istanbul": "^0.4.1",
    "mocha": "^2.1.0",
    "standard": "^5.4.1"
  },
  "scripts": {
    "coverage": "istanbul cover _mocha",
    "coveralls": "npm run coverage && coveralls <coverage/lcov.info",
    "lint": "standard",
    "prepublish": "npm run lint && npm run test"
  },
  "keywords": [
    "temit",
    "ABI"
  ],
  "license": "MIT",
  "standard": {
    "globals": [
      "describe",
      "it"
    ]
  }
}
