{
  "name": "gimmejs",
  "version": "0.0.2",
  "description": "",
  "main": "./lib/index.js",
  "engines": {
    "node": ">=4.2.4"
  },
  "scripts": {
    "test": "mocha --reporter spec",
    "cover": "node_modules/istanbul/lib/cli.js cover node_modules/mocha/bin/_mocha -- -R spec test/*"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dreamistlabs/gimmejs.git"
  },
  "author": "Johnny Hu",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dreamistlabs/gimmejs/issues"
  },
  "homepage": "https://github.com/dreamistlabs/gimmejs#readme",
  "devDependencies": {
    "chai": "^4.0.2",
    "coveralls": "^2.13.1",
    "istanbul": "^0.4.5",
    "mocha": "^3.4.2",
    "travis-ci": "^2.1.1"
  },
  "dependencies": {
    "gimmejs-name": "0.0.2"
  }
}
