UNPKG

1.11 kBJSONView Raw
1{
2 "name": "hollerith-codec",
3 "version": "3.1.1",
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": "9.2.2",
8 "intertype": "7.6.7"
9 },
10 "devDependencies": {
11 "guy-test": "4.1.0"
12 },
13 "repository": {
14 "type": "git",
15 "url": "git+https://github.com/loveencounterflow/hollerith-codec.git"
16 },
17 "keywords": [
18 "binary",
19 "sort",
20 "collation",
21 "serialization",
22 "leveldb",
23 "indexeddb"
24 ],
25 "author": "",
26 "license": "MIT",
27 "bugs": {
28 "url": "https://github.com/loveencounterflow/hollerith-codec/issues"
29 },
30 "homepage": "https://github.com/loveencounterflow/hollerith-codec#readme",
31 "scripts": {
32 "build": "coffee --map -o lib -c src",
33 "push": "git add . && git commit -m'update' && git push",
34 "pub": "npm run build && npm run push && npm version patch && npm publish",
35 "test-travis": "node lib/tests.js",
36 "test": "npm run build && node lib/tests.js",
37 "benchmark": "node --harmony lib/benchmark.js"
38 }
39}
\No newline at end of file