-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
42 lines (42 loc) · 859 Bytes
/
package.json
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"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 <[email protected]>",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "f6deea6b66c300e764a8c9742508a182994530c5",
"devDependencies": {
"tape": "~1.0.1"
},
"dependencies": {
"through": "~2.2.7",
"bops": "0.0.3"
}
}