UNPKG

626 BJSONView Raw
1{
2 "name": "hash-sum",
3 "description": "Blazing fast unique hash generator",
4 "version": "1.0.0",
5 "homepage": "https://github.com/bevacqua/hash-sum",
6 "authors": [
7 "Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
8 ],
9 "license": "MIT",
10 "repository": {
11 "type": "git",
12 "url": "git://github.com/bevacqua/hash-sum.git"
13 },
14 "bugs": {
15 "url": "https://github.com/bevacqua/hash-sum/issues"
16 },
17 "main": "hash-sum.js",
18 "scripts": {
19 "test": "jshint . && tape test.js"
20 },
21 "dependencies": {
22 },
23 "devDependencies": {
24 "jshint": "2.5.0",
25 "jshint-stylish": "0.2.0",
26 "tape": "3.0.3"
27 }
28}