forked from notatestuser/gift
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 894 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
{
"name": "gift",
"version": "0.4.3",
"description": "a Git wrapper library",
"keywords": [
"git",
"cli",
"wrapper"
],
"homepage": "https://github.com/notatestuser/gift",
"bugs": {
"url": "https://github.com/notatestuser/gift/issues"
},
"author": {
"name": "sentientwaffle",
"url": "http://sentientwaffle.github.com/"
},
"main": "./lib/index",
"scripts": {
"test": "mocha --compilers coffee:'./node_modules/coffee-script/lib/coffee-script/register'",
"prepublish": "coffee -o lib -c src"
},
"repository": {
"type": "git",
"url": "https://github.com/notatestuser/gift.git"
},
"dependencies": {
"underscore": "1.x.x"
},
"devDependencies": {
"should": "~4.0.4",
"mocha": "~1.20.1",
"sinon": "~1.7.3",
"coffee-script": "~1.7.1",
"fs-extra": "~0.9.1"
},
"engines": {
"node": "> 0.4.1"
}
}