UNPKG

chamber

Version:

Javascript modules for the node and the browser

30 lines 644 B
{ "name": "chamber", "version": "0.0.2", "main": "chamber-node.js", "author": "Eric Vicenti <ericvicenti@gmail.com>", "description": "Javascript modules for the node and the browser", "private": false, "repository": { "type": "git", "url": "https://github.com/ericvicenti/chamber.git" }, "dependencies": { "express": "3.4.x", "underscore": "1.5.x" }, "devDependencies": { "semver": "~2.2.1", "underscore.string": "~2.3.3", "commander": "~2.1.0", "promptly": "~0.2.0" }, "keywords": [ "module", "package", "browser", "node", "chamber" ], "license": "Apache 2.0" }