react / react-0.13.3 / examples / basic-commonjs / node_modules / browserify / node_modules / shasum / package.json
80712 views{1"name": "shasum",2"version": "1.0.1",3"homepage": "https://github.com/dominictarr/shasum",4"repository": {5"type": "git",6"url": "git://github.com/dominictarr/shasum.git"7},8"dependencies": {9"json-stable-stringify": "~0.0.0",10"sha.js": "~2.3.0"11},12"devDependencies": {},13"browser": {14"./index.js": "./browser.js"15},16"scripts": {17"test": "node test/index.js && node test/index.js browser"18},19"author": {20"name": "'Dominic Tarr'",21"email": "[email protected]",22"url": "http://dominictarr.com"23},24"license": "MIT",25"gitHead": "7c4aa3102bc5a95765e422b8e3a50494ea1b8721",26"description": "Single function that return the sha1sum. Installing this is just a little bit quicker than reading the crypto documentation.",27"bugs": {28"url": "https://github.com/dominictarr/shasum/issues"29},30"_id": "[email protected]",31"_shasum": "0e0e8506a3b9e6c371ad9173845d04ff9126587f",32"_from": "shasum@>=1.0.0 <2.0.0",33"_npmVersion": "2.1.11",34"_nodeVersion": "0.10.31",35"_npmUser": {36"name": "dominictarr",37"email": "[email protected]"38},39"maintainers": [40{41"name": "dominictarr",42"email": "[email protected]"43}44],45"dist": {46"shasum": "0e0e8506a3b9e6c371ad9173845d04ff9126587f",47"tarball": "http://registry.npmjs.org/shasum/-/shasum-1.0.1.tgz"48},49"directories": {},50"_resolved": "https://registry.npmjs.org/shasum/-/shasum-1.0.1.tgz"51}525354