ecurve-names
JavaScript component to Elliptical Curve Cryptography named parameters from http://www.secg.org/collateral/sec2final.pdfSee this article for more details: bitcoin address.
Usage
http://procbits.com/2013/08/27/generating-a-bitcoin-address-with-javascriptvar getSECCurveByName = require('ecurve-names')
var curve = getSECCurveByName('secp256k1');