-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 861 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 861 Bytes
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
39
{
"name": "fnv32",
"description": "FNV (Fowler–Noll–Vo) 32 bit hash function - FNV-1, FNV-1a.",
"version": "0.0.1",
"main": "index.js",
"homepage": "https://github.com/fluidecho/fnv32",
"author": "Mark W. B. Ashcroft <[email protected]> (http://fluidecho.com)",
"contributors": [
"Mark W. B. Ashcroft <[email protected]>"
],
"dependencies": {},
"devDependencies": {},
"repository": {
"type": "git",
"url": "git://github.com/fluidecho/fnv32.git"
},
"bugs": {
"url": "http://github.com/fluidecho/fnv32/issues",
"email": "[email protected]"
},
"engines": {
"node": ">=1"
},
"license": "MIT",
"keywords": [
"fnv32",
"fnv-1",
"fnv-1a",
"fnv",
"Fowler–Noll–Vo",
"hash function"
],
"scripts": {
"test": "node test.js"
},
"directories": {
"lib": "lib"
}
}