wallet-core/node_modules/glob2base/package.json

44 lines
1.2 KiB
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "glob2base",
"description": "Extracts a base path from a node-glob instance",
"version": "0.0.12",
"homepage": "http://github.com/wearefractal/glob2base",
"repository": {
"type": "git",
"url": "git://github.com/wearefractal/glob2base.git"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"author": "Fractal <contact@wearefractal.com> (http://wearefractal.com/)",
"main": "./index.js",
"files": [
"index.js",
"lib"
2016-10-10 03:43:44 +02:00
],
"dependencies": {
"find-index": "^0.1.1"
},
"devDependencies": {
"coveralls": "^2.6.1",
"istanbul": "^0.3.2",
"jshint": "^2.4.1",
"jshint-stylish": "^1.0.0",
"mocha": "^2.0.0",
"mocha-lcov-reporter": "^0.0.1",
2016-11-03 01:33:53 +01:00
"glob": "^4.0.0",
2016-10-10 03:43:44 +02:00
"should": "^4.0.0"
},
2016-11-03 01:33:53 +01:00
"scripts": {
"lint": "jshint index.js --reporter node_modules/jshint-stylish/stylish.js --exclude node_modules",
"test": "npm run-script lint && mocha --reporter spec",
"coveralls": "istanbul cover _mocha --report lcovonly -- -R spec && cat ./coverage/lcov.info | coveralls && rm -rf ./coverage"
2016-10-10 03:43:44 +02:00
},
"engines": {
"node": ">= 0.10"
},
"licenses": [
{
"type": "MIT",
"url": "http://github.com/wearefractal/glob2base/raw/master/LICENSE"
}
2016-11-03 01:33:53 +01:00
]
2016-10-10 03:43:44 +02:00
}