{
  "name": "grunt-filenames",
  "description": "Validates filenames using given RegExp",
  "version": "0.4.0",
  "author": {
    "name": "Gleb Bahmutov",
    "email": "gleb.bahmutov@gmail.com",
    "url": "http://glebbahmutov.com"
  },
  "bugs": {
    "url": "https://github.com/bahmutov/grunt-filenames/issues"
  },
  "contributors": [],
  "dependencies": {},
  "devDependencies": {
    "grunt-contrib-jshint": "0.10.0",
    "grunt-jshint-solid": "0.1.0",
    "grunt-nice-package": "0.9.2",
    "grunt-readme": "0.4.5",
    "jshint-stylish": "1.0.0",
    "matchdep": "0.3.0",
    "pre-git": "0.1.1"
  },
  "engines": {
    "node": ">= 0.8.0"
  },
  "homepage": "https://github.com/bahmutov/grunt-filenames",
  "keywords": [
    "gruntplugin",
    "package",
    "validator",
    "npm",
    "filenames"
  ],
  "license": "MIT",
  "main": "Gruntfile.js",
  "peerDependencies": {
    "grunt": "0.4.5"
  },
  "pre-commit": "grunt && npm version",
  "repository": {
    "type": "git",
    "url": "git@github.com:bahmutov/grunt-filenames.git"
  },
  "scripts": {
    "test": "grunt"
  }
}
