Skip to content

Commit 41d80c6

Browse files
committed
updated fields for npm
1 parent eb85aa7 commit 41d80c6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

LICENSE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2012 Jed Parsons
1+
Copyright (c) 2012-2013 Jed Parsons
22

33
Permission is hereby granted, free of charge, to any person obtaining
44
a copy of this software and associated documentation files (the

package.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,15 @@
1010
"test": "vows test/*.js --spec"
1111
},
1212

13+
"repository": {
14+
"type": "git",
15+
"url": "https://github.com/jedp/node-srp"
16+
},
17+
18+
"author": "Jed Parsons <[email protected]>",
19+
"licence": "MIT",
20+
"readmeFilename": "README.md",
21+
1322
"dependencies": {
1423
"bigint": "0.4.2",
1524
"convict": "0.0.6",
@@ -21,5 +30,5 @@
2130

2231
"devDependencies": {
2332
"vows": "0.7.0"
24-
}
33+
}
2534
}

0 commit comments

Comments
 (0)