Skip to content

Commit c025436

Browse files
reintroducingValentinTrinque
authored andcommitted
Adding package.json for npm publishing
1 parent f8c96dc commit c025436

File tree

1 file changed

+20
-0
lines changed

1 file changed

+20
-0
lines changed

package.json

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
{
2+
"name": "arg.js",
3+
"version": "1.4.0",
4+
"description": "Lightweight URL argument and parameter parser",
5+
"main": "src/arg.js",
6+
"repository": {
7+
"type": "git",
8+
"url": "https://github.com/stretchr/arg.js"
9+
},
10+
"keywords": [
11+
"javascript",
12+
"arguments"
13+
],
14+
"author": "Mat Ryer",
15+
"license": "MIT",
16+
"bugs": {
17+
"url": "https://github.com/stretchr/arg.js/issues"
18+
},
19+
"homepage": "https://github.com/stretchr/arg.js"
20+
}

0 commit comments

Comments
 (0)