mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-19 21:04:56 +02:00
24 lines
633 B
JSON
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": {}
|
|
} |