resturlify
Version:
Consistently generate restful urls
24 lines (23 loc) • 463 B
JSON
{
"name": "resturlify",
"version": "1.3.0",
"description": "Consistently generate restful urls",
"main": "RestUrlify.js",
"scripts": {
"test": "jest"
},
"keywords": [
"REST",
"URLs"
],
"author": "ZeroMcMuffin <zeromcmuffin@gmail.com>",
"license": "MIT",
"repository" :
{ "type" : "git",
"url" : "https://github.com/ZeroMcMuffin/resturlify"
},
"devDependencies": {
"jest": "^0.1.40",
"jest-cli": "^0.4.10"
}
}