wallet-core/node_modules/buffer-crc32/package.json

40 lines
892 B
JSON
Raw Normal View History

2016-10-10 03:43:44 +02:00
{
"author": "Brian J. Brennan <brianloveswords@gmail.com>",
2016-11-03 01:33:53 +01:00
"name": "buffer-crc32",
2016-10-10 03:43:44 +02:00
"description": "A pure javascript CRC32 algorithm that plays nice with binary data",
"version": "0.2.13",
2016-10-10 03:43:44 +02:00
"licenses": [
{
"type": "MIT",
"url": "https://github.com/brianloveswords/buffer-crc32/raw/master/LICENSE"
}
],
2016-11-03 01:33:53 +01:00
"contributors": [
2016-10-10 03:43:44 +02:00
{
2016-11-03 01:33:53 +01:00
"name": "Vladimir Kuznetsov",
"github": "mistakster"
2016-10-10 03:43:44 +02:00
}
],
2016-11-03 01:33:53 +01:00
"homepage": "https://github.com/brianloveswords/buffer-crc32",
2016-10-10 03:43:44 +02:00
"repository": {
"type": "git",
"url": "git://github.com/brianloveswords/buffer-crc32.git"
},
2016-11-03 01:33:53 +01:00
"main": "index.js",
2016-10-10 03:43:44 +02:00
"scripts": {
2016-11-03 01:33:53 +01:00
"test": "./node_modules/.bin/tap tests/*.test.js"
},
"dependencies": {},
"devDependencies": {
"tap": "~0.2.5"
},
"optionalDependencies": {},
"engines": {
"node": "*"
2016-10-10 03:43:44 +02:00
},
"license": "MIT",
"files": [
"index.js"
]
2016-10-10 03:43:44 +02:00
}