{
  "name": "braces",
  "description": "Faster brace expansion for file paths.",
  "version": "0.1.0",
  "homepage": "https://github.com/jonschlinkert/braces",
  "author": {
    "name": "Jon Schlinkert",
    "url": "https://github.com/jonschlinkert"
  },
  "repository": {
    "type": "git",
    "url": "git://github.com/jonschlinkert/braces.git"
  },
  "bugs": {
    "url": "https://github.com/jonschlinkert/braces/issues"
  },
  "licenses": [
    {
      "type": "MIT",
      "url": "https://github.com/jonschlinkert/braces/blob/master/LICENSE-MIT"
    }
  ],
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "devDependencies": {
    "benchmarked": "^0.1.1",
    "brace-expansion": "0.0.0",
    "lodash": "^2.4.1",
    "minimatch": "^1.0.0",
    "mocha": "*",
    "should": "^4.1.0",
    "verb": ">= 0.2.6",
    "verb-tag-jscomments": ">= 0.2.0"
  },
  "keywords": [
    "alpha",
    "alphabetical",
    "bash",
    "brace",
    "expand",
    "expansion",
    "glob",
    "match",
    "matches",
    "matching",
    "number",
    "numerical",
    "range",
    "ranges",
    "sh"
  ],
  "dependencies": {
    "expand-range": "^0.1.0"
  }
}
