UNPKG

json-templater

Version:
32 lines (31 loc) 729 B
{ "name": "json-templater", "version": "1.2.0", "description": "Simple json/js object template strings", "main": "template.js", "scripts": { "test": "mocha *_test.js", "bench": "node-bench bench/object.js" }, "repository": { "type": "git", "url": "https://github.com/lightsofapollo/json-templater.git" }, "keywords": [ "template", "json", "json", "template" ], "author": "James Lal [:lightsofapollo]", "license": "MIT", "bugs": { "url": "https://github.com/lightsofapollo/json-templater/issues" }, "homepage": "https://github.com/lightsofapollo/json-templater", "devDependencies": { "mocha": "~1.18.2", "bench": "~0.3.5", "mustache": "~2.2.1" } }