{
  "name": "count-spaces",
  "version": "1.1.0",
  "description": "Count number of spaces",
  "main": "lib/index.js",
  "scripts": {
    "prepublish": "npm test",
    "test": "gulp test",
    "coveralls": "cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/dustinspecker/count-spaces.git"
  },
  "files": [
    "lib"
  ],
  "keywords": [],
  "author": "Dustin Specker",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/dustinspecker/count-spaces/issues"
  },
  "homepage": "https://github.com/dustinspecker/count-spaces#readme",
  "dependencies": {},
  "devDependencies": {
    "babel": "^5.6.14",
    "chai": "^3.0.0",
    "coveralls": "^2.11.2",
    "del": "^1.2.0",
    "eslint-path-formatter": "^0.1.1",
    "gulp": "^3.9.0",
    "gulp-babel": "^5.1.0",
    "gulp-eslint": "^0.15.0",
    "gulp-istanbul": "^0.10.0",
    "gulp-jscs": "^1.6.0",
    "gulp-jshint": "^1.11.0",
    "gulp-mocha": "^2.1.0"
  }
}
