wishthis/node_modules/require-dir/package.json

25 lines
539 B
JSON
Raw Normal View History

2022-01-21 08:28:41 +00:00
{
2022-04-08 10:55:35 +00:00
"name": "require-dir",
2022-02-23 16:41:13 +00:00
"description": "Helper to require() directories.",
2022-04-08 10:55:35 +00:00
"version": "1.2.0",
"author": "Aseem Kishore <aseem.kishore@gmail.com>",
"license": "MIT",
"dependencies": {},
2022-01-21 08:28:41 +00:00
"devDependencies": {
"coffee-script": "^1.3.3",
"ts-node": "^1.3.0",
"typescript": "^1.8.0"
},
"engines": {
"node": "*"
},
2022-04-08 10:55:35 +00:00
"scripts": {
"test": "node test"
},
2022-01-21 08:28:41 +00:00
"homepage": "https://github.com/aseemk/requireDir",
"repository": {
"type": "git",
"url": "git://github.com/aseemk/requireDir.git"
2022-04-08 10:55:35 +00:00
}
2022-01-21 08:28:41 +00:00
}