-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
38 lines (38 loc) · 826 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "bling-hashes",
"version": "2.0.0",
"description": "String hash algorithms.",
"main": "index.js",
"scripts": {
"test": "./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/XadillaX/bling_hashes.git"
},
"keywords": [
"hash",
"string hash",
"elfen hash",
"cityhash",
"bkdr hash",
"city hash"
],
"author": "XadillaX <i@2333.moe>",
"license": "MIT",
"bugs": {
"url": "https://github.com/XadillaX/bling_hashes/issues"
},
"homepage": "https://github.com/XadillaX/bling_hashes#readme",
"dependencies": {
"big-number": "^2.0.0",
"long": "^4.0.0",
"nan": "^2.14.0"
},
"devDependencies": {
"coveralls": "^2.11.4",
"istanbul": "^0.3.19",
"mocha": "^2.3.2",
"should": "^7.1.0"
}
}