Skip to content

Commit

Permalink
Squat name
Browse files Browse the repository at this point in the history
  • Loading branch information
taion committed Aug 27, 2016
1 parent a2db8a7 commit 81d01f9
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{
"name": "found",
"version": "0.0.0",
"description": "Extensible route-based routing for React applications",
"files": [
"lib"
],
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/4Catalyzer/found.git"
},
"keywords": [
"react",
"router",
"routes",
"routing"
],
"author": "4Catalyzer",
"license": "MIT",
"bugs": {
"url": "https://github.com/4Catalyzer/found/issues"
},
"homepage": "https://github.com/4Catalyzer/found#readme"
}

0 comments on commit 81d01f9

Please sign in to comment.