Node.JS module to auto include your sub-modules or to generate static include scripts.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 

21 lines
560 B

{
"author": "Brett Langdon <brett@blangdon.com> (http://www.brett.is)",
"name": "automodule",
"description": "automagically include submodules or create static include scripts",
"version": "0.1.1",
"homepage": "http://github.com/brettlangdon/automodule.git",
"repository": {
"type": "git",
"url": "git://github.com/brettlangdon/automodule.git"
},
"main": "lib/index.js",
"dependencies": {},
"devDependencies": {},
"optionalDependencies": {},
"bin": {
"automodule": "bin/automodule"
},
"engines": {
"node": "*"
}
}