Skip to content

Commit 8889c5f

Browse files
committed
Adding package.json
1 parent d804dd9 commit 8889c5f

File tree

2 files changed

+25
-0
lines changed

2 files changed

+25
-0
lines changed

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Whitespace-only changes.

0 commit comments

Comments
 (0)