forked from radekstepan/burnchart
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
38 lines (38 loc) · 904 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": "github-burndown-chart",
"version": "1.0.0-alpha",
"description": "Shows a burndown chart for GitHub Issues",
"directories": {
"test": "test"
},
"dependencies": {
"coffee-script": "~1.6.3",
"async": "~0.2.9",
"proxyquire": "~0.5.1",
"lodash": "~1.3.1",
"connect": "~2.8.5",
"request": "~2.27.0"
},
"devDependencies": {
"mocha": "~1.12.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git://github.com/radekstepan/github-burndown-chart.git"
},
"keywords": [
"github",
"issues",
"burndown",
"chart",
"scrum"
],
"author": "Radek <[email protected]>",
"license": "BSD",
"bugs": {
"url": "https://github.com/radekstepan/github-burndown-chart/issues"
}
}