Innovenergy_trunk/frontend/node_modules/read-file-relative/package.json

35 lines
748 B
JSON

{
"name": "read-file-relative",
"version": "1.2.0",
"description": "Read files with path relative to the current module without annoying boilerplate code ",
"main": "index.js",
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "https://github.com/inikulin/read-file-relative"
},
"keywords": [
"read",
"file",
"relative",
"path"
],
"author": "Ivan Nikulin (ifaaan@gmail.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/inikulin/read-file-relative/issues"
},
"homepage": "https://github.com/inikulin/read-file-relative",
"files": [
"index.js"
],
"devDependencies": {
"mocha": "^2.3.3"
},
"dependencies": {
"callsite": "^1.0.0"
}
}