git-read-pkt-line
Version:
read git packet lines (for smart protocol)
43 lines (42 loc) • 859 B
JSON
{
"name": "git-read-pkt-line",
"version": "0.0.8",
"description": "read git packet lines (for smart protocol)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/git-read-pkt-line.git"
},
"keywords": [
"git",
"read",
"packet",
"pkt",
"line"
],
"testling": {
"files": "test.js",
"browsers": [
"ie/9..latest",
"firefox/10..latest",
"chrome/20..latest",
"safari/latest",
"iphone/6",
"ipad/6"
]
},
"author": "Chris Dickinson <chris@neversaw.us>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "f6deea6b66c300e764a8c9742508a182994530c5",
"devDependencies": {
"tape": "~1.0.1"
},
"dependencies": {
"through": "~2.2.7",
"bops": "0.0.3"
}
}