Files

27 lines
644 B
JSON

{
"name": "inside",
"version": "1.0.0",
"description": "require() relative to the path inside your module.",
"main": "index.js",
"jshintConfig": {
"laxcomma": true,
"eqeqeq": true,
"newcap": true,
"undef": true,
"node": true
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "https://github.com/aantthony/node-self.git"
},
"author": "Anthony Foster <git@af.id.au>",
"license": "Public Domain",
"bugs": {
"url": "https://github.com/aantthony/node-self/issues"
},
"homepage": "https://github.com/aantthony/node-self"
}