-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.12 KB
/
package.json
File metadata and controls
52 lines (52 loc) · 1.12 KB
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
50
51
52
{
"name": "werk",
"description": "CLI to create and manage pull requests with task lists on GitHub",
"version": "0.1.3",
"homepage": "https://github.com/jacobk/werk",
"preferGlobal": true,
"author": {
"name": "Jacob Kristhammar",
"email": "kristhammar@gmail.com"
},
"bin": {
"werk": "./bin/werk.js"
},
"repository": {
"type": "git",
"url": "git://github.com/jacobk/werk.git"
},
"bugs": {
"url": "https://github.com/jacobk/werk/issues"
},
"licenses": [
{
"type": "MIT",
"url": "https://github.com/jacobk/werk/blob/master/LICENSE-MIT"
}
],
"engines": {
"node": ">= 0.8.0"
},
"devDependencies": {
"grunt-contrib-jshint": "^0.9.2",
"grunt-contrib-clean": "^0.5.0"
},
"keywords": [
"github", "gh",
"pull request", "pr",
"cli", "command line", "cmd"
],
"dependencies": {
"grunt": "~0.4.4",
"prompt": "^0.2.12",
"lodash": "^2.4.1",
"github": "^0.1.16",
"rsvp": "^3.0.6",
"moment": "^2.6.0",
"minimist": "0.0.8",
"open": "0.0.5",
"editor": "^0.1.0",
"tmp": "0.0.23",
"userhome": "^0.1.0"
}
}