forked from jeresig/pulley
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 809 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
{
"name": "pulley",
"version": "0.2.5",
"description": "Easy Github Pull Request Lander",
"keywords": [
"github",
"git",
"pull"
],
"homepage": "https://github.com/jeresig/pulley",
"bugs": {
"url": "https://github.com/jeresig/pulley/issues"
},
"author": "John Resig (http://ejohn.org)",
"bin": "./pulley.js",
"repository": {
"type": "git",
"url": "git://github.com/jeresig/pulley.git"
},
"dependencies": {
"prompt": "~0.2.5",
"request": "~2.9.202",
"colors": "~0.6.0"
},
"devDependencies": {
"grunt": "~0.4.1",
"grunt-contrib-jshint": "~0.4.3",
"grunt-contrib-watch": "~0.3.1"
},
"preferGlobal": "true",
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jeresig/pulley/blob/master/LICENSE"
}
]
}