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.
28 lines
554 B
28 lines
554 B
3 years ago
|
{
|
||
|
"name": "obuf",
|
||
|
"version": "1.1.2",
|
||
|
"description": "",
|
||
|
"main": "index.js",
|
||
|
"scripts": {
|
||
|
"test": "mocha test/**/*-test.js"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@github.com:indutny/offset-buffer"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"Offset",
|
||
|
"Buffer",
|
||
|
"reader"
|
||
|
],
|
||
|
"author": "Fedor Indutny <fedor@indutny.com>",
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/indutny/offset-buffer/issues"
|
||
|
},
|
||
|
"homepage": "https://github.com/indutny/offset-buffer",
|
||
|
"devDependencies": {
|
||
|
"mocha": "^1.21.4"
|
||
|
}
|
||
|
}
|