Files
documentation/node_modules/require-like/package.json
2024-03-22 03:47:51 +05:30

24 lines
633 B
JSON

{
"author": "Felix Geisendörfer <felix@debuggable.com> (http://debuggable.com/)",
"name": "require-like",
"description": "Generates require functions that act as if they were operating in a given path.",
"version": "0.1.2",
"homepage": "https://github.com/felixge/node-require-like",
"repository": {
"type": "git",
"url": "git://github.com/felixge/node-require-like.git"
},
"main": "./lib/require-like",
"engines": {
"node": "*"
},
"scripts": {
"test": "make test"
},
"dependencies": {},
"devDependencies": {
"hashish": "0.0.3",
"urun": "0.0.4"
},
"optionalDependencies": {}
}