pathetic
Version:
Get values by path-like keys
36 lines (35 loc) • 733 B
JSON
{
"name": "pathetic",
"version": "1.0.0",
"description": "Get values by path-like keys",
"main": "index.js",
"scripts": {
"test": "node_modules/.bin/mocha --runner spec test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/scottcorgan/pathetic.git"
},
"keywords": [
"path",
"path-to-regexp",
"express",
"connect",
"route"
],
"author": "Scott Corgan",
"license": "MIT",
"bugs": {
"url": "https://github.com/scottcorgan/pathetic/issues"
},
"devDependencies": {
"mocha": "~1.17.1",
"expect.js": "~0.2.0"
},
"dependencies": {
"path-to-regexp": "0.1.x",
"merge": "~1.1.2",
"zip-object": "~0.1.0",
"clone": "~0.1.11"
}
}