Skip to content

Commit

Permalink
update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
fanatid committed Mar 18, 2016
1 parent d0a4613 commit 9f906f8
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 10 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
The MIT License (MIT)

Copyright (c) 2014-2015 Calvin Metcalf & contributors
Copyright (c) 2014-2016 Calvin Metcalf & contributors

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
25 changes: 16 additions & 9 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,30 @@
"name": "browserify-rsa",
"version": "4.0.1",
"description": "RSA for browserify",
"bugs": {
"url": "https://github.com/crypto-browserify/browserify-rsa/issues"
},
"license": "MIT",
"files": [
"index.js"
],
"main": "index.js",
"repository": {
"type": "git",
"url": "https://github.com:crypto-browserify/browserify-rsa.git"
},
"scripts": {
"test": "node test.js | tspec"
"lint": "standard",
"test": "npm run lint && npm run unit",
"unit": "tape test/*.js"
},
"author": "",
"license": "MIT",
"dependencies": {
"bn.js": "^4.1.0",
"randombytes": "^2.0.1"
},
"repository": {
"type": "git",
"url": "git@github.com:crypto-browserify/browserify-rsa.git"
},
"devDependencies": {
"parse-asn1": "^5.0.0",
"tap-spec": "^2.1.2",
"tape": "^3.0.3"
"standard": "^6.0.8",
"tape": "^4.5.1"
}
}

0 comments on commit 9f906f8

Please sign in to comment.