wallet-core/node_modules/minimatch/package.json

31 lines
667 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",
2017-05-24 15:10:37 +02:00
"version": "3.0.4",
2016-11-03 01:33:53 +01:00
"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": {
2017-05-24 15:10:37 +02:00
"test": "tap test/*.js --cov",
"preversion": "npm test",
"postversion": "npm publish",
"postpublish": "git push origin --all; git push origin --tags"
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": {
2017-05-24 15:10:37 +02:00
"brace-expansion": "^1.1.7"
2016-10-10 03:43:44 +02:00
},
"devDependencies": {
2017-05-24 15:10:37 +02:00
"tap": "^10.3.2"
2016-10-10 03:43:44 +02:00
},
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
}