UNPKG

page-path-builder

Version:

Uses a page.js-style routing string to build up a path you can link to

28 lines (27 loc) 611 B
{ "name": "page-path-builder", "version": "1.0.4", "description": "Uses a page.js-style routing string to build up a path you can link to", "main": "index.js", "scripts": { "test": "node test.js && jsmd readme.md" }, "keywords": [ "page", "routing" ], "author": "TehShrike", "license": "WTFPL", "repository": { "type": "git", "url": "https://github.com/tehshrike/page-path-builder.git" }, "devDependencies": { "jsmd": "^0.3.0", "tape": "^3.0.0" }, "dependencies": { "path-to-regexp-with-reversible-keys": "^1.0.1", "query-string": "4.3.4" } }