aboutsummaryrefslogtreecommitdiff
path: root/node_modules/buffer-shims/package.json
blob: be34aa460f0868cd2f822ec81acac37c32d58282 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "buffer-shims",
  "version": "1.0.0",
  "description": "some shims for node buffers",
  "main": "index.js",
  "scripts": {
    "test": "tape test/*.js"
  },
  "files": ["index.js"],
  "license": "MIT",
  "devDependencies": {
    "tape": "^4.5.1"
  },
  "repository": {
    "type": "git",
    "url": "git@github.com:calvinmetcalf/buffer-shims.git"
  }
}