aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-to-array/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/stream-to-array/package.json')
-rw-r--r--node_modules/stream-to-array/package.json31
1 files changed, 31 insertions, 0 deletions
diff --git a/node_modules/stream-to-array/package.json b/node_modules/stream-to-array/package.json
new file mode 100644
index 000000000..8dfe674d8
--- /dev/null
+++ b/node_modules/stream-to-array/package.json
@@ -0,0 +1,31 @@
+{
+ "name": "stream-to-array",
+ "description": "Concatenate a readable stream's data into a single array",
+ "version": "1.0.0",
+ "author": {
+ "name": "Jonathan Ong",
+ "email": "me@jongleberry.com",
+ "url": "http://jongleberry.com",
+ "twitter": "https://twitter.com/jongleberry"
+ },
+ "license": "MIT",
+ "repository": {
+ "type": "git",
+ "url": "https://github.com/stream-utils/stream-to-array.git"
+ },
+ "bugs": {
+ "mail": "me@jongleberry.com",
+ "url": "https://github.com/stream-utils/stream-to-array/issues"
+ },
+ "devDependencies": {
+ "co": "*",
+ "gnode": "*",
+ "mocha": "*"
+ },
+ "scripts": {
+ "test": "NODE=gnode make test"
+ },
+ "engines": {
+ "node": ">= 0.10.0"
+ }
+}