{
  "name": "js-to-java",
  "version": "2.8.0",
  "description": "easy way to wrap js object to java object",
  "main": "index.js",
  "files": [
    "index.js",
    "lib"
  ],
  "scripts": {
    "test": "mocha -R spec -t 3000 -r should test/*.test.js",
    "test-cov": "nyc mocha -- -t 3000 -r should test/*.test.js",
    "ci": "npm run jshint && npm run test-cov",
    "jshint": "jshint lib index.js"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/node-modules/js-to-java.git"
  },
  "keywords": [
    "js",
    "java",
    "object",
    "class"
  ],
  "author": "dead_horse <dead_horse@qq.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/node-modules/js-to-java/issues"
  },
  "homepage": "https://github.com/node-modules/js-to-java",
  "dependencies": {},
  "devDependencies": {
    "contributors": "*",
    "cov": "*",
    "jshint": "2",
    "mocha": "*",
    "nyc": "^15.1.0",
    "should": "10.0.0"
  }
}
