-
Notifications
You must be signed in to change notification settings - Fork 7
/
package.json
26 lines (26 loc) · 887 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{ "name": "bufferstream"
, "description": "painless stream buffering and cutting"
, "version": "0.6.2"
, "homepage": "https://github.com/dodo/node-bufferstream"
, "author": "dodo (https://github.com/dodo)"
, "repository": {"type": "git", "url": "git://github.com/dodo/node-bufferstream.git"}
, "main": "bufferstream.js"
, "engines": {"node": ">= 0.4.x"}
, "keywords": ["buffer", "buffers", "stream", "streams"]
, "scripts": {
"test": "cake build && nodeunit test",
"prepublish": "cake build"}
, "dependencies": {
"bufferjs": ">= 2.0.0"}
, "optionalDependencies": {
"buffertools": ">= 1.0.3"}
, "devDependencies": {
"nodeunit": ">= 0.5.4",
"muffin": ">= 0.2.6",
"coffee-script": ">= 1.1.2",
"cli": ">= 0.3.7",
"express": ">= 2.4.5"}
, "licenses" : [
{ "type": "MIT" ,
"url": "http://github.com/dodo/node-bufferstream/raw/master/LICENSE"} ]
}