UNPKG

1.01 kBJSONView Raw
1{
2 "name": "hollerith-codec",
3 "version": "1.0.24",
4 "description": "Binary encoding for Hollerith that provides a total ordering for primitive datatypes and lists of those.",
5 "main": "lib/main.js",
6 "dependencies": {
7 "cnd": "^1.0.8"
8 },
9 "devDependencies": {
10 "bytewise": "^1.1.0",
11 "chance": "^0.7.6",
12 "coffee-script": "^1.9.3",
13 "gulp": "^3.9.0",
14 "gulp-coffee": "^2.3.1",
15 "gulp-sourcemaps": "^1.5.2",
16 "guy-test": "^1.0.4"
17 },
18 "scripts": {
19 "test": "gulp --harmony test",
20 "benchmark": "node --harmony lib/benchmark.js"
21 },
22 "repository": {
23 "type": "git",
24 "url": "git+https://github.com/loveencounterflow/hollerith-codec.git"
25 },
26 "keywords": [
27 "binary",
28 "sort",
29 "collation",
30 "serialization",
31 "leveldb",
32 "indexeddb"
33 ],
34 "author": "",
35 "license": "MIT",
36 "bugs": {
37 "url": "https://github.com/loveencounterflow/hollerith-codec/issues"
38 },
39 "homepage": "https://github.com/loveencounterflow/hollerith-codec#readme"
40}