Path: blob/master/node_modules/brace-expansion/package.json
3978 views
{1"name": "brace-expansion",2"description": "Brace expansion as known from sh/bash",3"version": "1.1.11",4"repository": {5"type": "git",6"url": "git://github.com/juliangruber/brace-expansion.git"7},8"homepage": "https://github.com/juliangruber/brace-expansion",9"main": "index.js",10"scripts": {11"test": "tape test/*.js",12"gentest": "bash test/generate.sh",13"bench": "matcha test/perf/bench.js"14},15"dependencies": {16"balanced-match": "^1.0.0",17"concat-map": "0.0.1"18},19"devDependencies": {20"matcha": "^0.7.0",21"tape": "^4.6.0"22},23"keywords": [],24"author": {25"name": "Julian Gruber",26"email": "[email protected]",27"url": "http://juliangruber.com"28},29"license": "MIT",30"testling": {31"files": "test/*.js",32"browsers": [33"ie/8..latest",34"firefox/20..latest",35"firefox/nightly",36"chrome/25..latest",37"chrome/canary",38"opera/12..latest",39"opera/next",40"safari/5.1..latest",41"ipad/6.0..latest",42"iphone/6.0..latest",43"android-browser/4.2..latest"44]45}46}474849