js-crc32/package.json

26 lines
586 B
JSON
Raw Normal View History

2014-06-16 21:27:47 +00:00
{
"name": "crc-32",
2015-05-06 21:47:18 +00:00
"version": "0.3.0",
2014-06-16 21:27:47 +00:00
"author": "sheetjs",
"description": "Pure-JS CRC-32",
"keywords": [ "crc32", "checksum", "crc" ],
"main": "./crc32",
"devDependencies": {
"mocha":"",
2015-05-06 21:47:18 +00:00
"uglify-js":""
2014-06-16 21:27:47 +00:00
},
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-crc32.git" },
"scripts": {
"pretest": "git submodule init && git submodule update",
"test": "make test"
},
"config": {
"blanket": {
"pattern": "crc32.js"
}
},
"bugs": { "url": "https://github.com/SheetJS/js-crc32/issues" },
"license": "Apache-2.0",
"engines": { "node": ">=0.8" }
}