We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d804dd9 commit 8889c5fCopy full SHA for 8889c5f
package.json
@@ -0,0 +1,25 @@
1
+{
2
+ "name": "diamonator",
3
+ "version": "0.0.1",
4
+ "description": "Simple router",
5
+ "main": "index.js",
6
+ "directories": {
7
+ "test": "test"
8
+ },
9
+ "scripts": {
10
+ "test": "echo \"Error: no test specified\" && exit 1"
11
12
+ "repository": {
13
+ "type": "git",
14
+ "url": "git://github.com/nodekc/diamonator.git"
15
16
+ "keywords": [
17
+ "router"
18
+ ],
19
+ "author": "nodekc",
20
+ "license": "ISC",
21
+ "bugs": {
22
+ "url": "https://github.com/nodekc/diamonator/issues"
23
24
+ "homepage": "https://github.com/nodekc/diamonator"
25
+}
test
0 commit comments