react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / create-ecdh / node_modules / elliptic / package.json
80555 views{1"name": "elliptic",2"version": "3.0.3",3"description": "EC cryptography",4"main": "lib/elliptic.js",5"scripts": {6"test": "make lint && mocha --reporter=spec test/*-test.js"7},8"repository": {9"type": "git",10"url": "git+ssh://[email protected]/indutny/elliptic.git"11},12"keywords": [13"EC",14"Elliptic",15"curve",16"Cryptography"17],18"author": {19"name": "Fedor Indutny",20"email": "[email protected]"21},22"license": "MIT",23"bugs": {24"url": "https://github.com/indutny/elliptic/issues"25},26"homepage": "https://github.com/indutny/elliptic",27"devDependencies": {28"browserify": "^3.44.2",29"jscs": "^1.11.3",30"jshint": "^2.6.0",31"mocha": "^2.1.0",32"uglify-js": "^2.4.13"33},34"dependencies": {35"bn.js": "^2.0.0",36"brorand": "^1.0.1",37"hash.js": "^1.0.0",38"inherits": "^2.0.1"39},40"gitHead": "c8d7cf551fdf2ce3ecc5264b29084244ae6aa2b2",41"_id": "[email protected]",42"_shasum": "865c9b420bfbe55006b9f969f97a0d2c44966595",43"_from": "elliptic@>=3.0.0 <4.0.0",44"_npmVersion": "2.5.1",45"_nodeVersion": "1.3.0",46"_npmUser": {47"name": "indutny",48"email": "[email protected]"49},50"maintainers": [51{52"name": "indutny",53"email": "[email protected]"54}55],56"dist": {57"shasum": "865c9b420bfbe55006b9f969f97a0d2c44966595",58"tarball": "http://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz"59},60"directories": {},61"_resolved": "https://registry.npmjs.org/elliptic/-/elliptic-3.0.3.tgz",62"readme": "ERROR: No README data found!"63}646566