ember-material-icons
Version:
Google Material icons for your ember-cli app
35 lines (34 loc) • 822 B
JSON
{
"name": "memory-streams",
"description": "Simple implmentation of Stream.Readable and Stream.Writable holding the data in memory.",
"version": "0.1.2",
"author": "Paul Jackson (http://jaaco.uk/)",
"repository": {
"type": "git",
"url": "git@github.com:paulja/memory-streams-js.git"
},
"homepage": "https://github.com/paulja/memory-streams-js",
"main": "index.js",
"typings": "index.d.ts",
"directories": {
"test": "test"
},
"dependencies": {
"readable-stream": "~1.0.2"
},
"devDependencies": {
"should": "~1.2.2"
},
"scripts": {
"test": "node ./test/test-readablestream.js && node ./test/test-writablestream.js"
},
"keywords": [
"stream",
"string",
"memory",
"Readable",
"Writable"
],
"license": "MIT",
"readmeFilename": "README.md"
}