Skip to content

Commit 4ffac12

Browse files
committed
Add package.json
1 parent fae72a1 commit 4ffac12

File tree

1 file changed

+25
-0
lines changed

1 file changed

+25
-0
lines changed

package.json

+25
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "pathparser",
3+
"version": "1.0.0",
4+
"description": "Tiny, flexible JavaScript URL parser / router with no dependencies",
5+
"main": "pathparser",
6+
"directories": {
7+
"test": "test"
8+
},
9+
"repository": {
10+
"type": "git",
11+
"url": "dstillman/pathparser.js"
12+
},
13+
"keywords": [
14+
"url",
15+
"parser",
16+
"pathparser",
17+
"router"
18+
],
19+
"author": "Dan Stillman <[email protected]>",
20+
"license": "MIT",
21+
"bugs": {
22+
"url": "https://github.com/dstillman/pathparser.js/issues"
23+
},
24+
"homepage": "https://github.com/dstillman/pathparser.js#readme"
25+
}

0 commit comments

Comments
 (0)