unglob
Version:
Unglob a list of files
30 lines (29 loc) • 632 B
JSON
{
"name": "unglob",
"description": "Unglob a list of files",
"version": "0.1.2",
"author": {
"name": "Jonathan Ong",
"email": "me@jongleberry.com",
"url": "http://jongleberry.com",
"twitter": "https://twitter.com/jongleberry"
},
"license": "MIT",
"repository": "cojs/unglob",
"dependencies": {
"generator-supported": "~0.0.1",
"glob": "~3.2.8",
"minimatch": "~0.2.14"
},
"devDependencies": {
"gnode": "0",
"regenerator": "0",
"co": "3",
"mocha": "1",
"should": "3"
},
"scripts": {
"test": "NODE=gnode make test",
"prepublish": "make clean build"
}
}