{
    "name": "pillow",
    "version": "0.0.9",
    "description": "Client-side (browser) deployment of CommonJS packages",
    "keywords": [
        "client",
        "browser",
        "package"
    ],
    "author": "Hugo Windisch",
    "bin": {
        "pillowserve": "./bin/pillowserve.js",
        "pillowscan": "./bin/pillowscan.js"
    },
    "main": "./lib/main.js",
    "dependencies": {
        "async": ">=0.1.18",
        "jqtpl": ">=1.1.0",
        "jsmin": ">=1.0.1",
        "dox": ">=0.3.1",
        "JSLint-commonJS": ">=0.0.1"
    },
    "engines": {
        "node": "*"
    },
    "devDependencies": {
        "wrench": ">=1.3.9",
        "express": ">=2.5.9"
    },
    "optionalDependencies": {},
    "repository": {
        "type": "git",
        "url": "git://github.com/hugowindisch/pillow.git"
    },
    "scripts": {
        "test": "node ./test/test.js"
    },
    "licenses": [
        {
          "type": "MIT"
        }
    ]
}
