Skip to content
This repository has been archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
Declare npm package modules
Browse files Browse the repository at this point in the history
  • Loading branch information
josh committed Sep 21, 2010
1 parent 43aa5b3 commit b157cac
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions package.json
Expand Up @@ -6,8 +6,13 @@
{ "type": "MIT"
, "url": "http://github.com/sstephenson/eco/raw/master/LICENSE"
}]
, "main": "./lib/eco"
, "directories": {"lib": "./lib/eco"}
, "modules":
{ "index": "./lib/eco"
, "compiler": "./lib/eco/compiler"
, "preprocessor": "./lib/eco/preprocessor"
, "scanner": "./lib/eco/scanner"
, "util": "./lib/eco/util"
}
, "repository":
{ "type": "git"
, "url": "http://github.com/sstephenson/eco.git"
Expand Down

0 comments on commit b157cac

Please sign in to comment.