{
  "name": "camel_case",
  "version": "0.4.0",
  "description": "ESLint rule for enforcing camelCame names but allowing _ in property names",
  "main": "camel_case.js",
  "scripts": {
    "test": "node node_modules/gt/gt.js test/test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:bahmutov/camel_case.git"
  },
  "keywords": [
    "eslint",
    "rule"
  ],
  "author": "Gleb Bahmutov <gleb.bahmutov@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/bahmutov/camel_case/issues"
  },
  "homepage": "https://github.com/bahmutov/camel_case",
  "devDependencies": {
    "gt": "0.8.38"
  }
}
