{
  "name": "auto-formatter",
  "version": "0.1.0",
  "description": "auto formatter",
  "scripts": {
    "test": "grunt js:ci",
    "deploy": "./script/deploy.sh",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/sarbbottam/auto-formatter.git"
  },
  "keywords": [
    "auto",
    "formatter"
  ],
  "author": "Sarbbottam Bandyopadhyay",
  "license": "MIT",
  "devDependencies": {
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "grunt": "~0.4.2",
    "grunt-browserify": "^3.8.0",
    "grunt-cli": "~0.1.13",
    "grunt-contrib-clean": "~0.6.0",
    "grunt-contrib-watch": "~0.5.3",
    "grunt-eslint": "^15.0.0",
    "grunt-karma": "~0.11.0",
    "karma": "~0.12.36",
    "karma-chai": "~0.1.0",
    "karma-chrome-launcher": "~0.1.12",
    "karma-commonjs": "0.0.13",
    "karma-coverage": "~0.3.1",
    "karma-junit-reporter": "~0.2.2",
    "karma-mocha": "~0.1.10",
    "karma-sauce-launcher": "^0.2.11",
    "karma-threshold-reporter": "~0.1.15",
    "load-grunt-tasks": "~0.2.0",
    "mocha": "^2.2.5"
  },
  "bugs": {
    "url": "https://github.com/sarbbottam/auto-formatter/issues"
  },
  "homepage": "https://github.com/sarbbottam/auto-formatter",
  "main": "src/auto-formatter.js",
  "directories": {
    "example": "example",
    "test": "test"
  }
}
