-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 1.03 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
{
"name": "steamwall",
"version": "1.2.1",
"description": "Generate a unique wallpaper using games from your Steam library",
"engines": {
"node": "0.12.4"
},
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "./node_modules/.bin/gulp production"
},
"author": "igorkozlov.me",
"keywords": [
"steam",
"games",
"wallpaper"
],
"license": "MIT",
"dependencies": {
"bignumber.js": "^2.0.7",
"canvas": "^1.2.3",
"co": "^4.5.4",
"gm": "^1.18.1",
"gulp": "^3.9.0",
"gulp-concat": "^2.5.2",
"gulp-livereload": "^3.8.0",
"gulp-minify-css": "^1.1.6",
"gulp-stylus": "^2.0.3",
"gulp-uglify": "^1.2.0",
"koa": "^0.21.0",
"koa-body": "^1.2.1",
"koa-flash": "^1.0.0",
"koa-jade": "^1.0.2",
"koa-passport": "^1.1.6",
"koa-request": "^1.0.0",
"koa-router": "^5.1.1",
"koa-session": "^3.2.0",
"koa-static": "^1.4.9",
"nib": "^1.1.0",
"openid": "^0.5.13",
"thunkify": "^2.1.2"
}
}