18 lines
410 B
JSON
18 lines
410 B
JSON
{
|
|
"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 <tim@thecookiejar.me> (https://github.com/explorigin)",
|
|
"license": "Apache-2.0",
|
|
"dependencies": {
|
|
"trimkit": "^1.1.0"
|
|
}
|
|
}
|