{
  "name": "espower-source",
  "version": "0.7.0",
  "description": "Power Assert instrumentor from source to source, with source-map",
  "keywords": [
    "power-assert",
    "test",
    "assert",
    "testing",
    "ast"
  ],
  "homepage": "https://github.com/twada/espower-source",
  "bugs": "https://github.com/twada/espower-source/issues",
  "author": {
    "name": "Takuto Wada",
    "email": "takuto.wada@gmail.com",
    "url": "https://github.com/twada"
  },
  "contributors": [
    {
      "name": "azu",
      "url": "https://github.com/azu"
    }
  ],
  "main": "./index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/twada/espower-source.git"
  },
  "scripts": {
    "jshint": "./node_modules/jshint/bin/jshint index.js",
    "test": "./node_modules/mocha/bin/mocha"
  },
  "dependencies": {
    "espower": "~0.7.0",
    "esprima": "~1.2.0",
    "escodegen": "~1.3.2",
    "convert-source-map": "~0.3.3",
    "lodash.merge": "~2.4.1"
  },
  "devDependencies": {
    "expect.js": "~0.3.1",
    "jshint": "~2.5.0",
    "mocha": "~1.18.2"
  },
  "engines": {
    "node": ">=0.8.0",
    "npm": ">=1.2.10"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://raw.github.com/twada/espower-source/master/MIT-LICENSE.txt"
    }
  ]
}
