UNPKG

pound

Version:

Asset Manager for NodeJS/Express

38 lines (37 loc) 819 B
{ "author": "Francois-Guillaume Ribreau <npm@fgribreau.com> (http://twitter.com/FGRibreau)", "name": "pound", "description": "Asset Manager for NodeJS/Express", "keywords": [ "piler", "asset", "express", "public", "resource" ], "version": "3.0.3", "homepage": "https://fgribreau.github.com/pound/", "repository": { "type": "git", "url": "git://github.com/FGRibreau/pound.git" }, "main": "./index.js", "scripts": { "test": "./node_modules/grunt/bin/grunt test" }, "dependencies": { "bundle-up2": "1.x.x", "debug": "2.x.x", "jade": "~0.27.2", "lodash": "~0.3.2" }, "devDependencies": { "nodeunit": "~0.7.4", "grunt": "~0.3.17", "grunt-shell": "~0.1.3" }, "optionalDependencies": {}, "engines": { "node": ">= 0.8.0" } }