{
  "name": "widl-nan",
  "version": "0.1.23",
  "description": "Auto generate native C++ addon source code by parsing Web IDL definition",
  "main": "index.js",
  "scripts": {
    "test": "node scripts/run-test.js"
  },
  "keywords": [
    "c++",
    "native",
    "addon",
    "nan",
    "node-gyp",
    "webidl",
    "webidl2"
  ],
  "homepage": "https://github.com/01org/widl-nan",
  "repository": {
    "type": "https",
    "url": "https://github.com/01org/widl-nan"
  },
  "author": "Kenny Yuan <kaining.yuan@intel.com>",
  "license": "SEE LICENSE IN LICENSE",
  "bin": {
    "widl-nan": "./bin/widl-nan.js"
  },
  "dependencies": {
    "assert": "^1.4.1",
    "bindings": "^1.2.1",
    "chai": "^3.5.0",
    "commander": "^2.9.0",
    "dot": "^1.1.1",
    "fs-extra": "^0.30.0",
    "fs.promised": "^3.0.0",
    "glob": "^7.0.5",
    "mkdirp": "^0.5.1",
    "mocha": "^2.5.3",
    "nan": "^2.3.5",
    "npmlog": "^4.0.0",
    "rimraf": "^2.5.4",
    "webidl2": "^2.0.11"
  },
  "devDependencies": {
    "colors": "^1.1.2",
    "eslint": "^3.1.1",
    "eslint-config-google": "^0.6.0",
    "eslint-config-standard": "^5.3.5",
    "eslint-plugin-header": "^0.1.0",
    "eslint-plugin-promise": "^2.0.0",
    "eslint-plugin-standard": "^2.0.0",
    "jshint": "^2.9.2"
  }
}
