{ "name": "router", "version": "2.1.0", "description": "A slim and unopinionated router", "main": "src/index.js", "files": ["src"], "scripts": { "test": "node ../../bin/runTests.js ./", "pre-commit": "npm run test" }, "keywords": ["router"], "author": "Timothy Farrell (https://github.com/explorigin)", "license": "Apache-2.0", "dependencies": { "trimkit": "^1.1.0" } }