wallet-core/node_modules/detect-file/package.json

46 lines
886 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "detect-file",
"description": "Detect if a filepath exists and resolves the full filepath.",
"version": "0.1.0",
"homepage": "https://github.com/doowb/detect-file",
"author": "Brian Woodward (https://github.com/doowb)",
"repository": "doowb/detect-file",
"bugs": {
"url": "https://github.com/doowb/detect-file/issues"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"license": "MIT",
"files": [
"index.js"
2016-10-10 03:43:44 +02:00
],
2016-11-03 01:33:53 +01:00
"main": "index.js",
"engines": {
"node": ">=0.10.0"
2016-10-10 03:43:44 +02:00
},
2016-11-03 01:33:53 +01:00
"scripts": {
"test": "mocha"
2016-10-10 03:43:44 +02:00
},
"dependencies": {
"fs-exists-sync": "^0.1.0"
},
"devDependencies": {
"gulp-format-md": "*",
"mocha": "*"
},
"keywords": [],
"verb": {
"layout": "default",
"plugins": [
"gulp-format-md"
],
"related": {
"list": [
"fs-exists-sync"
]
},
"reflinks": [
"verb",
"verb-readme-generator"
]
2016-11-03 01:33:53 +01:00
}
2016-10-10 03:43:44 +02:00
}