Skip to content

Commit

Permalink
Create package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
elikkatzgit authored Oct 7, 2019
1 parent e897fd2 commit 2529616
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
{
"name": "from2",
"description": "Convenience wrapper for ReadableStream, with an API lifted from \"from\" and \"through2\"",
"version": "2.3.0",
"main": "index.js",
"scripts": {
"test": "node test"
},
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "^2.0.0",
"handlebars": "4.0.12"
},
"devDependencies": {
"tape": "^4.0.0"
},
"author": "Hugh Kennedy <[email protected]> (http://hughsk.io/)",
"contributors": [
"Mathias Buus <[email protected]>"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "git://github.com/hughsk/from2"
},
"bugs": {
"url": "https://github.com/hughsk/from2/issues"
},
"homepage": "https://github.com/hughsk/from2",
"keywords": [
"from",
"stream",
"readable",
"pull",
"convenience",
"wrapper"
]
}

0 comments on commit 2529616

Please sign in to comment.