portfolio/packages/router/package.json
2018-03-28 14:18:17 -05:00

17 lines
378 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 ./"
},
"keywords": ["router"],
"author": "Timothy Farrell <tim@thecookiejar.me> (https://github.com/explorigin)",
"license": "Apache-2.0",
"dependencies": {
"trimkit": "^1.1.0"
}
}