You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
648 B
29 lines
648 B
3 years ago
|
{
|
||
|
"name": "hash-sum",
|
||
|
"description": "Blazing fast unique hash generator",
|
||
|
"version": "2.0.0",
|
||
|
"homepage": "https://github.com/bevacqua/hash-sum",
|
||
|
"authors": [
|
||
|
"Nicolas Bevacqua <nicolasbevacqua@gmail.com>"
|
||
|
],
|
||
|
"license": "MIT",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git://github.com/bevacqua/hash-sum.git"
|
||
|
},
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/bevacqua/hash-sum/issues"
|
||
|
},
|
||
|
"main": "hash-sum.js",
|
||
|
"scripts": {
|
||
|
"test": "jshint . && tape test.js"
|
||
|
},
|
||
|
"dependencies": {},
|
||
|
"devDependencies": {
|
||
|
"jshint": "2.5.0",
|
||
|
"jshint-stylish": "0.2.0",
|
||
|
"lodash": "4.17.11",
|
||
|
"tape": "3.0.3"
|
||
|
}
|
||
|
}
|