UNPKG

bundalo

Version:

Extract/cache/render property files/strings using i18n rules and various rendering engines

50 lines (49 loc) 1.11 kB
{ "name": "bundalo", "version": "0.2.11", "description": "Extract/cache/render property files/strings using i18n rules and various rendering engines", "main": "index.js", "scripts": { "pretest": "eslint .", "test": "mocha" }, "repository": { "type": "git", "url": "git://github.com/krakenjs/bundalo.git" }, "keywords": [ "node.js", "renderer" ], "author": "Matt Edelman <medelman@paypal.com>", "contributors": [ { "name": "Chris Vaughan", "email": "cvaughan@paypal.com" }, { "name": "Aria Stewart", "email": "ariastewart@paypal.com" } ], "license": "Apache-2.0", "bugs": { "url": "https://github.com/krakenjs/bundalo/issues" }, "homepage": "https://github.com/krakenjs/bundalo", "devDependencies": { "eslint": "^2.9.0", "mocha": "^2.2.5" }, "dependencies": { "async": "^1.3.0", "dustjs-linkedin": "~2.7.2", "debuglog": "^1.0.1", "file-resolver": "^1.0.0", "freshy": "^1.0.0", "iferr": "^0.1.5", "lodash": "^4.11.2", "spud": "^2.0.1", "verror": "^1.6.0" } }