You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
816 B
JSON

{
"name": "routing-buddy",
4 years ago
"version": "0.2.3",
"description": "Another router library for both client and server",
"main": "lib/router.js",
"scripts": {
"lint": "eslint lib/*.js test/*.js",
"test": "mocha --reporter dot && npm run lint"
},
"repository": {
"type": "git",
"url": "git+https://github.com/xbudex/routing-buddy.git"
},
"keywords": [
"routing",
"router",
"url",
"routing",
"universal",
"browser",
"server",
"client"
],
"author": "Buddy Sandidge <buddy.sandidge@gmail.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/xbudex/routing-buddy/issues"
},
"homepage": "https://github.com/xbudex/routing-buddy#readme",
"devDependencies": {
"eslint": "^6.8.0",
"expect": "^25.5.0",
"mocha": "^7.1.2"
}
}