You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
22 lines
451 B
22 lines
451 B
{
|
|
"author": "T. Jameson Little <t.jameson.little@gmail.com>",
|
|
"name": "crc32",
|
|
"description": "CRC-32 implemented in JavaScript",
|
|
"version": "0.2.2",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "http://github.com/beatgammit/crc32.git"
|
|
},
|
|
"main": "./lib/crc32.js",
|
|
"bin": {
|
|
"crc32": "./bin/runner.js"
|
|
},
|
|
"scripts": {
|
|
"test": "cd test ; ./runTests.sh"
|
|
},
|
|
"engines": {
|
|
"node": ">= 0.4.0"
|
|
},
|
|
"dependencies": {},
|
|
"devDependencies": {}
|
|
}
|
|
|