-
Notifications
You must be signed in to change notification settings - Fork 56
/
package.json
49 lines (49 loc) · 980 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
43
44
45
46
47
48
49
{
"name": "gitteh",
"version": "0.17.4",
"description": "Bindings to libgit2.",
"keywords": [
"git",
"libgit2",
"bindings"
],
"author": "Sam Day <[email protected]>",
"contributors": [
{
"name": "Robo",
"email": "[email protected]"
}
],
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "~0.2.10",
"shelljs": "~0.2.6",
"bindings": "~1.1.1",
"nan": "~1.0.0",
"tar": "~0.1.19",
"request": "~2.36.0"
},
"devDependencies": {
"tape": "~2.13.1",
"temp": "~0.7.0",
"wrench": "~1.3.9"
},
"repository": {
"type": "git",
"url": "https://github.com/libgit2/node-gitteh.git"
},
"directories": {
"build": "./build",
"lib": "./lib"
},
"scripts": {
"lint": "jshint lib/",
"install": "node install.js",
"postinstall": "node-gyp rebuild",
"test": "./node_modules/.bin/tape test/runner.js"
},
"main": "./lib/gitteh",
"gypfile": true
}