-
Notifications
You must be signed in to change notification settings - Fork 8
/
package.json
54 lines (54 loc) · 1.35 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"name": "dogewand",
"version": "0.0.0",
"description": "Oauth dogecoin tipbot",
"main": "server.js",
"scripts": {
"test": "NODE_ENV=test tape test/*.js"
},
"author": "Jehan Tremback",
"license": "AGPL",
"dependencies": {
"passport": "~0.1.18",
"passport-facebook": "~1.0.2",
"jade": "~1.1.5",
"lodash": "~2.4.1",
"request": "~2.33.0",
"async": "~0.2.10",
"bcrypt": "^0.7.8",
"passport-youtube-v3": "0.0.2",
"pg": "^3.3.0",
"connect-pg-simple": "^2.0.0",
"express": "^4.4.5",
"express-session": "^1.6.1",
"body-parser": "^1.4.3",
"cookie-parser": "^1.3.2",
"serve-favicon": "^2.0.1",
"morgan": "^1.1.1",
"passport-reddit": "^0.2.4",
"csurf": "^1.3.0",
"block_io": "^0.2.0",
"postgrator": "^0.2.0"
},
"devDependencies": {
"gulp-concat": "^2.2.0",
"gulp-stylus": "^0.1.0",
"gulp": "~3.5.1",
"gulp-autoprefixer": "0.0.6",
"gulp-rename": "^1.2.0",
"gulp-uglify": "^0.2.1",
"gulp-notify": "~0.4.0",
"gulp-minify-css": "~0.3.0",
"gulp-file-include": "^0.3.1",
"gulp-less": "^1.2.4",
"tape": "^2.10.0",
"gulp-wrap": "^0.3.0",
"gulp-tap": "^0.1.1",
"gulp-include": "^0.2.2",
"gulp-data-uri": "^0.1.2",
"gulp-jade": "^0.4.2",
"lazypipe": "^0.2.1",
"gulp-template": "^0.1.1",
"js-string-escape": "^1.0.0"
}
}