Created
December 4, 2011 16:06
-
-
Save onjiro/1430547 to your computer and use it in GitHub Desktop.
package.json in [email protected] for node.exe
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"name": "hamljs", | |
"description": "Faster / Express compliant Haml implementation", | |
"version": "0.5.1", | |
"repository": { | |
"type": "git", | |
"url": "git://github.com/visionmedia/haml.js.git" | |
}, | |
"author": "TJ Holowaychuk <[email protected]> (http://tjholowaychuk.com)", | |
"main": "./lib/haml", | |
"engines": { | |
"node": "0.4.x" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
main の指定を書き換えることで require の成功を確認(node v0.6.0 を使用)