UNPKG

bar

Version:

Node.js framework for building large modular web applications

27 lines (26 loc) 588 B
{ "name": "bar", "description": "Node.js framework for building large modular web applications", "version": "0.1.2", "author": "Fedor Indutny <fedor.indutny@gmail.com>", "repository": { "type": "git", "url": "git://github.com/indutny/bar.git" }, "homepage": "https://github.com/indutny/bar", "license": "MIT", "dependencies": { "watch": "~ 0.3.2", "optimist": "~ 0.2.4" }, "bin": { "node-bar": "./bin/bar" }, "main": "./lib/bar", "scripts": { "test": "vows --spec tests/*-test.js" }, "devDependencies": { "vows": "~0.7.0" } }