github-actions[bot] 52d71d28bd
Add node modules and compiled JavaScript from main (#54)
Co-authored-by: Oliver King <oking3@uncc.edu>
2022-06-29 15:41:55 -04:00

30 lines
615 B
JSON

{
"name": "byline",
"description": "simple line-by-line stream reader",
"homepage": "https://github.com/jahewson/node-byline",
"bugs": {
"url": "https://github.com/jahewson/node-byline/issues"
},
"version": "5.0.0",
"author": "John Hewson",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/jahewson/node-byline"
},
"engines": {
"node": ">=0.10.0"
},
"main": "./lib/byline.js",
"files": [
"lib"
],
"devDependencies": {
"mocha": "~2.1.0",
"request": "~2.27.0"
},
"scripts": {
"test": "mocha -R spec --timeout 60000"
}
}