|
|
|
@ -0,0 +1,21 @@ |
|
|
|
{ |
|
|
|
"author": "Brett Langdon <brett@blangdon.com> (http://www.brett.is)", |
|
|
|
"name": "automodule", |
|
|
|
"description": "automagically include submodules or create static include scripts", |
|
|
|
"version": "0.1.0", |
|
|
|
"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": "*" |
|
|
|
} |
|
|
|
} |