Browse Source

initial structure, setup package.json

master
Brett Langdon 13 years ago
parent
commit
6d9fda562b
3 changed files with 21 additions and 0 deletions
  1. +0
    -0
      bin/automodule
  2. +0
    -0
      lib/index.js
  3. +21
    -0
      package.json

+ 0
- 0
bin/automodule View File


+ 0
- 0
lib/index.js View File


+ 21
- 0
package.json View File

@ -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": "*"
}
}

Loading…
Cancel
Save