/opt/canhelp/node_modules/url-template
NameSizeModeActions
lib/-0755rm
test/-0755rm
uritemplate-test/-0755rm
.gitmodules1130644editdlrm
.npmignore140644editdlrm
LICENSE14690644editdlrm
package.json6640644editdlrm
README.md13670644editdlrm
Edit: /opt/canhelp/node_modules/url-template/package.json (664B)
{ "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" } }