{
  "name": "v8",
  "version": "0.1.0",
  "description": "v8",
  "bin": {
    "v8": "./bin/v8"
  },
  "main": "index.js",
  "repository": {
    "type": "git",
    "url": "git://github.com/xudafeng/v8.git"
  },
  "dependencies": {
  },
  "keywords": ["v8"],
  "devDependencies": {
    "mocha": "*",
    "istanbul": "*",
    "should": "~4.0.4",
    "should-http": "0.0.2",
    "jshint": "*"
  },
  "scripts": {
    "test": "make test",
    "jshint": "make jshint"
  },
  "precommit": [
    "jshint"
  ],
  "homepage": "https://github.com/xudafeng/v8",
  "author": "xudafeng",
  "email": "xudafeng@126.com",
  "blog": "http://xdf.me",
  "license": "MIT"
}
