-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.8 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.8 KB
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
{
"name": "screen",
"version": "0.0.0",
"main": "server/app.js",
"dependencies": {
"body-parser": "~1.5.2",
"composable-middleware": "^0.3.1",
"compression": "^1.7.4",
"cookie-parser": "~1.0.1",
"ejs": "~0.8.8",
"errorhandler": "~1.0.2",
"express": "^4.19.2",
"express-async-handler": "^1.2.0",
"express-session": "~1.0.4",
"firebase-admin": "^11.11.1",
"lodash": "^4.17.21",
"method-override": "~1.0.2",
"morgan": "~1.0.1",
"optipng-bin": "3.1.4",
"request": "^2.88.2",
"serve-favicon": "~2.0.1"
},
"devDependencies": {
"bower": "^1.8.14",
"connect-livereload": "~0.4.1",
"dotenv-cli": "^7.4.4",
"grunt": "^0.4.5",
"grunt-angular-templates": "^0.5.9",
"grunt-autoprefixer": "~0.7.6",
"grunt-build-control": "~0.4.0",
"grunt-cli": "^1.4.3",
"grunt-concurrent": "~0.5.0",
"grunt-contrib-clean": "~0.5.0",
"grunt-contrib-concat": "~0.4.0",
"grunt-contrib-copy": "~0.5.0",
"grunt-contrib-cssmin": "~0.9.0",
"grunt-contrib-htmlmin": "~0.2.0",
"grunt-contrib-jshint": "~0.10.0",
"grunt-contrib-uglify": "~0.4.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-dom-munger": "^3.4.0",
"grunt-env": "~0.4.4",
"grunt-express-server": "~0.4.19",
"grunt-google-cdn": "~0.4.3",
"grunt-injector": "~0.5.4",
"grunt-newer": "~0.7.0",
"grunt-ng-annotate": "^0.2.3",
"grunt-nodemon": "~0.2.1",
"grunt-open": "~0.2.4",
"grunt-rev": "~0.1.0",
"grunt-usemin": "~2.1.1",
"grunt-wiredep": "~1.8.0",
"jit-grunt": "^0.5.0",
"jshint-stylish": "~0.1.5",
"open": "~0.0.5",
"requirejs": "~2.1.22",
"time-grunt": "~0.3.2"
},
"scripts": {
"start": "dotenv -e .env -o -- node dist/server/app.js",
"build": "bower install && grunt build"
},
"private": true
}