{ "name": "url-template", "version": "2.0.8", "decription": "A URI template implementation (RFC 6570 compliant)", "author": "Bram Stein (http://www.bramstein.com)", "keywords": [ "uri-template", "uri template", "uri", "url", "rfc 6570", "url template", "url-template" ], "devDependencies": { "mocha": "=1.6.0", "expect.js": "=0.2.0" }, "license": "BSD", "repository": { "type": "git", "url": "git://github.com/bramstein/url-template.git" }, "main": "./lib/url-template.js", "directories": { "lib": "./lib" }, "scripts": { "test": "mocha --reporter spec" } }