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.

35 lines
789 B
JSON

{
"name": "routing-buddy",
"version": "0.0.0",
"description": "Another router library for both client and server",
"main": "lib/router.js",
"scripts": {
"test": "mocha --reporter dot && eslint lib/*.js test/*.js"
},
"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": "^1.10.3",
"expect": "^1.14.0",
"mocha": "^2.4.5"
}
}