{ "name": "hamlet"
, "description": "Hamlet template engine"
, "version": "0.3.3"
, "author": "Greg Weber <greg@gregweber.info>"
, "repository": "git://github.com/gregwebs/hamlet.js"
, "main": "./hamlet.js"
, "dependencies": { }
, "devDependencies":
    { "coffee-script": "*"
    , "commander": "1.3.2"
    , "mkdirp": "0.3.x"
    , "monocle": "0.1.50"
    }
, "component": { "scripts": { "hamlet": "hamlet.js" } }
, "scripts":
    { "test": "npm run test-browser && npm run test-express"
    , "test-browser": "npm run compile-hamlet && rm -f test/test.js && coffee -cb test/test.coffee && node test/test.js && echo 'PASS' || echo 'FAIL'"
    , "test-express": "npm run compile && rm -f test/express.js && coffee -cb test/express.coffee && node test/express.js && echo 'PASS' || echo 'FAIL'"
    , "prepublish": "npm prune && npm run build"
    , "build": "npm run compile"
    , "compile-hamlet": "rm -f hamlet.js lib/hamlet.js && cat hamlet.coffee | coffee -csb > lib/hamlet.js "
    , "compile": "npm run compile-hamlet && cat lib/hamlet.js express.js >> hamlet.js"
    }
, "browser": { "./lib/hamlet.js": "./lib/hamlet.js" }
, "main": "hamlet"
}
