wallet-core/node_modules/glob-parent/package.json

36 lines
768 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "glob-parent",
"version": "2.0.0",
"description": "Strips glob magic from a string to provide the parent path",
2016-11-03 01:33:53 +01:00
"main": "index.js",
"scripts": {
"test": "istanbul cover _mocha && cat ./coverage/lcov.info | coveralls"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"repository": {
"type": "git",
"url": "https://github.com/es128/glob-parent"
2016-10-10 03:43:44 +02:00
},
"keywords": [
"glob",
"parent",
"strip",
"path",
"directory",
"base"
2016-10-10 03:43:44 +02:00
],
"author": "Elan Shanker",
2016-10-10 03:43:44 +02:00
"license": "ISC",
2016-11-03 01:33:53 +01:00
"bugs": {
"url": "https://github.com/es128/glob-parent/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/es128/glob-parent",
"dependencies": {
"is-glob": "^2.0.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"devDependencies": {
"coveralls": "^2.11.2",
"istanbul": "^0.3.5",
"mocha": "^2.1.0"
}
2016-10-10 03:43:44 +02:00
}