react / wstein / node_modules / browserify / node_modules / crypto-browserify / node_modules / browserify-sign / package.json
80540 views{1"name": "browserify-sign",2"version": "3.0.2",3"description": "browserify-sign [](https://travis-ci.org/crypto-browserify/browserify-sign) ===",4"main": "index.js",5"browser": "browser.js",6"scripts": {7"test": "node test/index.js | tspec"8},9"repository": {10"type": "git",11"url": "git://github.com/crypto-browserify/browserify-sign.git"12},13"author": "",14"license": "ISC",15"dependencies": {16"bn.js": "^2.0.0",17"browserify-rsa": "^2.0.0",18"create-hash": "^1.1.0",19"create-hmac": "^1.1.2",20"elliptic": "^3.0.0",21"inherits": "^2.0.1",22"parse-asn1": "^3.0.0"23},24"devDependencies": {25"tap-spec": "^1.0.1",26"tape": "^3.0.3"27},28"gitHead": "b346c239b6e25045664340d08ab04b2522213bf5",29"bugs": {30"url": "https://github.com/crypto-browserify/browserify-sign/issues"31},32"homepage": "https://github.com/crypto-browserify/browserify-sign",33"_id": "[email protected]",34"_shasum": "751ced7ac76e7b719efa6fc3f04ecfa6ea7de88d",35"_from": "browserify-sign@>=3.0.1 <4.0.0",36"_npmVersion": "1.4.28",37"_npmUser": {38"name": "cwmma",39"email": "[email protected]"40},41"maintainers": [42{43"name": "cwmma",44"email": "[email protected]"45},46{47"name": "dcousens",48"email": "[email protected]"49},50{51"name": "dominictarr",52"email": "[email protected]"53},54{55"name": "jprichardson",56"email": "[email protected]"57},58{59"name": "indutny",60"email": "[email protected]"61}62],63"dist": {64"shasum": "751ced7ac76e7b719efa6fc3f04ecfa6ea7de88d",65"tarball": "http://registry.npmjs.org/browserify-sign/-/browserify-sign-3.0.2.tgz"66},67"directories": {},68"_resolved": "https://registry.npmjs.org/browserify-sign/-/browserify-sign-3.0.2.tgz",69"readme": "ERROR: No README data found!"70}717273