29 lines
643 B
JSON
29 lines
643 B
JSON
{
|
|
"private":"true",
|
|
"name": "adler-32",
|
|
"version": "0.2.0",
|
|
"author": "sheetjs",
|
|
"description": "Pure-JS ADLER-32",
|
|
"keywords": [ "adler32", "checksum" ],
|
|
"main": "./adler32",
|
|
"devDependencies": {
|
|
"mocha":"",
|
|
"xlsjs":"",
|
|
"uglify-js":"",
|
|
"codepage":""
|
|
},
|
|
"repository": { "type":"git", "url":"git://github.com/SheetJS/js-adler32.git" },
|
|
"scripts": {
|
|
"pretest": "git submodule init && git submodule update",
|
|
"test": "make test"
|
|
},
|
|
"config": {
|
|
"blanket": {
|
|
"pattern": "adler32.js"
|
|
}
|
|
},
|
|
"bugs": { "url": "https://github.com/SheetJS/js-adler32/issues" },
|
|
"license": "Apache-2.0",
|
|
"engines": { "node": ">=0.8" }
|
|
}
|