-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
38 lines (38 loc) · 912 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
{
"name": "@elao/github-agile-dashboard",
"version": "1.1.0",
"description": "Github Agile Dashboard",
"keywords": [
"GitHub",
"Agile",
"Dashboard",
"Scrum",
"Burndown"
],
"license": "MIT",
"author": "Thomas Jarrand <[email protected]> (http://thomas.jarrand.fr)",
"preferGlobal": true,
"main": "src/GithubAgileDashboard.js",
"bin": {
"gad": "./gad.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Elao/github-agile-dashboard.git"
},
"bugs": {
"url": "https://github.com/Elao/github-agile-dashboard/issues"
},
"homepage": "https://github.com/Elao/github-agile-dashboard#readme",
"scripts": {
"lint": "eslint gad.js src",
"test": "echo \"Error: no test specified\" && exit 1"
},
"dependencies": {
"github": "^9.2.0",
"minimist": "^1.2.0"
},
"devDependencies": {
"eslint": "^4.13.1"
}
}