include-folder
Version:
expose the content of each file in a folder as an object property.
47 lines (46 loc) • 1.11 kB
JSON
{
"name": "include-folder",
"description": "expose the content of each file in a folder as an object property.",
"version": "1.0.0",
"homepage": "https://github.com/parro-it/include-folder",
"author": {
"name": "parroit",
"email": "andrea@parro.it"
},
"eslintConfig": {
"extends": "eslint-config-semistandard"
},
"repository": {
"type": "git",
"url": "git://github.com/parro-it/include-folder.git"
},
"bugs": {
"url": "https://github.com/parro-it/include-folder/issues"
},
"license": "MIT",
"main": "lib/include-folder",
"engines": {
"node": ">= 0.10.0"
},
"scripts": {
"test": "eslint lib/*.js test/*.js && mocha test/*.js",
"prepublish": "npm run test",
"watch": "mocha --watch test/*.js"
},
"devDependencies": {
"eslint": "^1.2.1",
"eslint-config-semistandard": "^5.0.0",
"eslint-config-standard": "^4.1.0",
"eslint-plugin-standard": "^1.2.0",
"expect.js": "^0.2.0",
"mocha": "^2.2.4"
},
"keywords": [
"folder",
"content",
"file",
"require",
"readFileSync"
],
"dependencies": {}
}