forked from pirxpilot/liftie
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) · 1.75 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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
{
"name": "liftie",
"version": "3.36.0",
"description": "Clean, simple, easy to read, fast ski resort lift status",
"keywords": [
"ski",
"snowboard"
],
"license": "BSD-3-Clause",
"author": "Damian Krzeminski <[email protected]>",
"files": [
"lib",
"public/*",
"public/img/*",
"public/stylesheets/*.styl",
"public/stylesheets/fonts",
"views",
"Makefile"
],
"main": "app.js",
"browser": {
"el": "el-component",
"k": "@pirxpilot/k",
"load": "dynload",
"pager": "tiny-pager",
"rating": "ro-rating",
"swipe": "@pirxpilot/swipe"
},
"repository": "github:pirxpilot/liftie",
"scripts": {
"start": "node app.js",
"test": "make lint test"
},
"dependencies": {
"@pirxpilot/jade-core": "^1.12.1",
"@pirxpilot/k": "^1.0.0",
"@pirxpilot/swipe": "^2.0.2",
"async": "~3",
"connect-cachify-static": "^1.5.1",
"connect-gzip-static": "^2.1.1",
"cookie-parser": "^1.4.3",
"css-select": "~4",
"debounce": "^1.0.0",
"debug": "~4",
"domready": "^1.0.8",
"dynload": "^1.0.2",
"el-component": "^1.0.1",
"errorhandler": "^1.5.0",
"express": "^4.16.2",
"htmlparser2": "~7",
"js-cookie": "^2.2.1",
"limiter": "~1",
"lodash": "^4.16.6",
"morgan": "^1.9.0",
"qs": "^6.3.0",
"ro-rating": "^1.0.2",
"superagent": "~6",
"terser": "^5.6.0",
"tiny-pager": "^1.0.0",
"to-title-case": "^1.0.0",
"tweet-html": "^2.1.0"
},
"devDependencies": {
"@pirxpilot/replay": "^2.2.1",
"browserify": "~17",
"clean-css-cli": "^5.1.0",
"commander": "~2",
"jshint": "~2",
"postcss-cachify": "^1.4.0",
"postcss-cli-simple": "~3",
"prompt": "~1",
"stylus": "^0.55.0",
"tape": "^5.0.1"
}
}