2016-10-10 03:43:44 +02:00
|
|
|
{
|
2016-11-03 01:33:53 +01:00
|
|
|
"name": "buffer-shims",
|
|
|
|
"version": "1.0.0",
|
2016-10-10 03:43:44 +02:00
|
|
|
"description": "some shims for node buffers",
|
2016-11-03 01:33:53 +01:00
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"test": "tape test/*.js"
|
|
|
|
},
|
|
|
|
"files": ["index.js"],
|
|
|
|
"license": "MIT",
|
2016-10-10 03:43:44 +02:00
|
|
|
"devDependencies": {
|
|
|
|
"tape": "^4.5.1"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2016-11-03 01:33:53 +01:00
|
|
|
"url": "git@github.com:calvinmetcalf/buffer-shims.git"
|
|
|
|
}
|
2016-10-10 03:43:44 +02:00
|
|
|
}
|