-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
40 lines (40 loc) · 1.02 KB
/
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": "github-issue-agent",
"version": "0.0.1",
"description": "A Node.js Project to use the Github issue infrastructure with a token.",
"main": "gulpfile.js",
"keywords": [
"github",
"issue",
"agent"
],
"author": "teawithfruit <[email protected]>",
"license": "ISC",
"dependencies": {
"ascii-captcha": "0.0.3",
"bower": "^1.3.12",
"fs-extra": "^0.16.5",
"gulp": "^3.8.11",
"gulp-browserify": "^0.5.1",
"gulp-install": "^0.2.0",
"gulp-jshint": "^1.9.2",
"gulp-nodemon": "^1.0.5",
"gulp-rename": "^1.2.2",
"gulp-ruby-sass": "^1.0.0-alpha.3",
"handlebars": "^3.0.0",
"koa": "^0.18.1",
"koa-body-parser": "^1.1.1",
"koa-handlebars": "^0.5.2",
"koa-mount": "^1.3.0",
"koa-router": "^4.2.0",
"koa-session": "^3.1.0",
"koa-static": "^1.4.9",
"nodemailer": "^1.3.4",
"nodemailer-smtp-transport": "^1.0.2",
"q": "^1.3.0",
"request": "^2.55.0",
"util": "^0.10.3",
"validator.js": "^1.1.1",
"wiredep": "^2.2.2"
}
}