{ "name": "inc", "version": "0.0.2", "description": "consolidate all of your client side javascripts, locally", "author": "Thomas Reggi", "main": "bin/inc", "repository": { "type": "git", "url": "git@github.com:reggi/inc.git" }, "engines": { "node": ">=0.8.0" }, "dependencies": { "node-minify": "~0.7.1" }, "bin": { "inc": "bin/inc" }, "preferGlobal": true }