{
  "name": "braces",
  "description": "Fastest brace expansion for node.js, with more complete support of Bash 4.3 than minimatch.",
  "version": "1.5.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"
  },
  "license": {
    "type": "MIT",
    "url": "https://github.com/jonschlinkert/braces/blob/master/LICENSE"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "files": [
    "index.js"
  ],
  "dependencies": {
    "arr-filter": "^1.0.2",
    "expand-range": "^1.5.0",
    "preserve": "^0.2.0",
    "repeat-element": "^1.1.0"
  },
  "devDependencies": {
    "benchmarked": "^0.1.3",
    "brace-expansion": "^1.1.0",
    "chalk": "^0.5.1",
    "minimatch": "^2.0.1",
    "minimist": "^1.1.0",
    "mocha": "*",
    "should": "*",
    "write": "^0.1.1"
  },
  "keywords": [
    "alpha",
    "alphabetical",
    "bash",
    "brace",
    "expand",
    "expansion",
    "filepath",
    "fill",
    "fs",
    "glob",
    "globbing",
    "letter",
    "match",
    "matches",
    "matching",
    "number",
    "numerical",
    "path",
    "range",
    "ranges",
    "sh"
  ]
}
