forked from libgit2/node-gitteh
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 865 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 865 Bytes
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
{
"name": "gitteh",
"version": "0.17.2",
"description": "Bindings to libgit2.",
"keywords": ["git", "libgit2", "bindings"],
"author": "Sam Day <sam.c.day@gmail.com>",
"engines": {
"node": ">= 0.4.0"
},
"dependencies": {
"glob": ">= 2.0.6",
"async": ">= 0.1.21",
"node-gyp": "~0.8.2",
"zlib": "~1.0.x",
"tar": "~0.1.x",
"request": "~2.x.x"
},
"devDependencies": {
"coffee-script": "~1.3.3",
"mocha": "~1.8.1",
"should": "~1.2.1",
"temp": "~0.4.0",
"wrench": "~1.3.9",
"segfault-handler": "git+https://github.com/ddopson/node-segfault-handler#master"
},
"repository": {
"type": "git",
"url": "https://github.com/libgit2/node-gitteh.git"
},
"scripts": {
"preinstall": "node preinstall.js",
"install": "node install.js",
"test": "mocha"
},
"main": "./lib/gitteh"
}