Skip to content

Commit b5512a6

Browse files
committed
build: clean up package.json
1 parent a5f49f8 commit b5512a6

File tree

1 file changed

+13
-5
lines changed

1 file changed

+13
-5
lines changed

package.json

Lines changed: 13 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,26 @@
11
{
22
"name": "basic-auth",
3+
"description": "node.js basic auth parser",
34
"version": "1.0.0",
4-
"repository": "visionmedia/node-basic-auth",
5-
"description": "generic basic auth parser",
6-
"keywords": ["basic", "auth", "authorization", "basicauth"],
5+
"license": "MIT",
6+
"keywords": [
7+
"basic",
8+
"auth",
9+
"authorization",
10+
"basicauth"
11+
],
12+
"repository": "jshttp/basic-auth",
713
"devDependencies": {
8-
"mocha": "*"
14+
"mocha": "1"
915
},
1016
"files": [
1117
"HISTORY.md",
1218
"LICENSE",
1319
"index.js"
1420
],
15-
"license": "MIT",
21+
"engines": {
22+
"node": ">= 0.8"
23+
},
1624
"scripts": {
1725
"test": "mocha --check-leaks --reporter spec --bail",
1826
"test-travis": "mocha --check-leaks --reporter spec"

0 commit comments

Comments
 (0)