git-write-pkt-line
Version:
write git packet lines (for smart remote protocol)
42 lines (41 loc) • 837 B
JSON
{
"name": "git-write-pkt-line",
"version": "0.1.0",
"description": "write git packet lines (for smart remote protocol)",
"main": "index.js",
"scripts": {
"test": "node test.js"
},
"repository": {
"type": "git",
"url": "git://github.com/chrisdickinson/git-write-pkt-line.git"
},
"keywords": [
"git",
"write",
"pkt",
"packet",
"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",
"gitHead": "51d0c420f08b8374dd53e93f6ce2896e79158d9c",
"dependencies": {
"through": "~2.2.7",
"bops": "0.0.3"
},
"devDependencies": {
"tape": "~1.0.1"
}
}