Skip to content

Commit 8ec7544

Browse files
author
David Chase
committed
init package.json
1 parent 7a06abb commit 8ec7544

File tree

1 file changed

+25
-0
lines changed

1 file 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": "composable-normalize",
3+
"description": "Normalize URLs w/ functional programming ",
4+
"version": "1.0.0",
5+
"author": "David Chase <davidchase03@gmail.com>",
6+
"bugs": {
7+
"url": "https://github.com/davidchase/composable-normalize/issues"
8+
},
9+
"homepage": "https://github.com/davidchase/composable-normalize#readme",
10+
"keywords": [
11+
"canonical",
12+
"normalize",
13+
"uri",
14+
"url"
15+
],
16+
"license": "MIT",
17+
"main": "index.js",
18+
"repository": {
19+
"type": "git",
20+
"url": "git+https://github.com/davidchase/composable-normalize.git"
21+
},
22+
"scripts": {
23+
"test": "n/a"
24+
}
25+
}

0 commit comments

Comments
 (0)