{
  "name": "braces",
  "description": "Fastest brace expansion lib, with the most complete implementation of the Bash 4.3 spec.",
  "version": "1.0.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-MIT"
  },
  "main": "index.js",
  "engines": {
    "node": ">=0.10.0"
  },
  "scripts": {
    "test": "mocha -R spec"
  },
  "dependencies": {
    "expand-range": "^0.3.1"
  },
  "devDependencies": {
    "benchmarked": "^0.1.3",
    "brace-expansion": "^1.1.0",
    "minimatch": "^2.0.1",
    "mocha": "^2.1.0",
    "should": "^4.4.1",
    "write": "^0.1.1"
  },
  "keywords": [
    "alpha",
    "alphabetical",
    "bash",
    "brace",
    "expand",
    "expansion",
    "file",
    "filepath",
    "fp",
    "fs",
    "glob",
    "globbing",
    "match",
    "matches",
    "matching",
    "number",
    "numerical",
    "path",
    "range",
    "ranges",
    "sh"
  ]
}
