Sha256: 1af21d00c3fb0decf0e8e93a4b349753ded4f864ab6f75dccafc07d20afed050
Contents?: true
Size: 813 Bytes
Versions: 6
Compression:
Stored size: 813 Bytes
Contents
{ "name": "tmpl", "description": "JavaScript micro templates.", "version": "1.0.1", "homepage": "https://github.com/nshah/nodejs-tmpl", "author": { "name": "Naitik Shah", "email": "n@daaku.org" }, "main": "lib/tmpl", "repository": { "type": "git", "url": "https://github.com/nshah/nodejs-tmpl" }, "scripts": { "test": "expresso -c" }, "devDependencies": { "expresso": ">= 0.8.1" }, "engines": { "node": ">= 0.4.1" }, "readme": "tmpl\n====\n\nSimple string formatting using `{}`.\n\n```javascript\nassert.equal(\n tmpl('the answer is {answer}', { answer: 42 }),\n 'the answer is 42')\n```\n", "readmeFilename": "readme.md", "bugs": { "url": "https://github.com/nshah/nodejs-tmpl/issues" }, "_id": "tmpl@1.0.1", "_from": "tmpl@>= 1.0.0" }
Version data entries
6 entries across 6 versions & 1 rubygems