wallet-core/node_modules/minimatch/package.json

30 lines
605 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"author": "Isaac Z. Schlueter <i@izs.me> (http://blog.izs.me)",
"name": "minimatch",
"description": "a glob matcher in javascript",
"version": "3.0.3",
"repository": {
"type": "git",
"url": "git://github.com/isaacs/minimatch.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"main": "minimatch.js",
"scripts": {
"posttest": "standard minimatch.js test/*.js",
"test": "tap test/*.js"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"engines": {
"node": "*"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
"brace-expansion": "^1.0.0"
},
"devDependencies": {
"standard": "^3.7.2",
"tap": "^5.6.0"
},
2016-11-03 01:33:53 +01:00
"license": "ISC",
2016-10-10 03:43:44 +02:00
"files": [
"minimatch.js"
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}