blob: 6503f3109707f891e6f231eda9a490e141525761 [file] [log] [blame]
{
"name": "noms",
"version": "0.0.0",
"description": "easily make yummy noms for other streams",
"main": "index.js",
"dependencies": {
"inherits": "^2.0.1",
"readable-stream": "~1.0.31"
},
"repository": "https://github.com/calvinmetcalf/noms",
"devDependencies": {
"tape": "^2.14.0"
},
"scripts": {
"test": "node test.js"
},
"author": "Calvin Metcalf",
"license": "ISC"
}