aboutsummaryrefslogtreecommitdiff
path: root/node_modules/stream-slice/package.json
blob: 5917eca8a57207f856a2bc6d2c460a58041f47bb (plain)
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": "stream-slice",
  "version": "0.1.2",
  "description": "slice stream like buffer/string",
  "main": "index.js",
  "scripts": {
    "test": "tape test.js"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:yorkie/stream-slice.git"
  },
  "keywords": [
    "slice",
    "stream"
  ],
  "author": "Yorkie Neil <yorkiefixer@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/yorkie/stream-slice/issues"
  },
  "homepage": "https://github.com/yorkie/stream-slice",
  "devDependencies": {
    "tape": "^2.13.2"
  }
}