This repository has been archived by the owner on Jun 4, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 62
/
package.json
91 lines (91 loc) · 2.45 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "dashkiosk",
"description": "Drive a set of screens displaying dashboards",
"url": "https://github.com/vincentbernat/dashkiosk",
"license": "ISC",
"version": "2.7.11",
"private": true,
"bin": {
"dashkiosk": "./server.js"
},
"scripts": {
"postinstall": "grunt dist",
"start": "node dist/forever.js dist/server.js --port $PORT",
"test": "grunt test"
},
"repository": {
"type": "git",
"url": "https://github.com/vincentbernat/dashkiosk.git"
},
"dependencies": {
"bluebird": "~2.9.34",
"body-parser": "~1.13.3",
"errorhandler": "~1.4.2",
"express": "~4.13.3",
"express-winston": "~0.3.1",
"glob": "~5.0.14",
"http-auth": "~2.2.7",
"later": "~1.1.6",
"lodash": "~3.10.1",
"method-override": "~2.3.5",
"mustache": "^2.2.1",
"mustache-express": "^1.2.2",
"nconf": "~0.7.2",
"postal": "~1.0.6",
"postal.diagnostics": "~0.7.3",
"sequelize": "~1.7.0",
"serve-static": "~1.10.0",
"socket.io": "~1.4.0",
"winston": "~1.0.1"
},
"optionalDependencies": {
"mysql": "~2.8.0",
"nodecastor": "~0.1.9",
"pg": "~6.4.2",
"respawn": "~2.0.0",
"sqlite3": "~4.0.9",
"fsevents": "*"
},
"devDependencies": {
"blanket": "~1.2.0",
"connect-livereload": "~0.5.3",
"grunt": "~0.4.2",
"grunt-cli": "~0.1.13",
"grunt-angular-templates": "~0.5.3",
"grunt-autoprefixer": "~3.0.3",
"grunt-bower-task": "~0.5.0",
"grunt-browserify": "~4.0.0",
"grunt-concurrent": "~2.0.1",
"grunt-contrib-clean": "~0.6.0",
"grunt-contrib-concat": "~0.5.1",
"grunt-contrib-connect": "~0.11.2",
"grunt-contrib-copy": "~0.8.0",
"grunt-contrib-csslint": "~0.5.0",
"grunt-contrib-cssmin": "~0.13.0",
"grunt-contrib-jshint": "~0.11.2",
"grunt-contrib-less": "~1.0.1",
"grunt-contrib-uglify": "~0.9.1",
"grunt-contrib-watch": "~0.6.1",
"grunt-env": "~0.4.1",
"grunt-express-server": "~0.5.1",
"grunt-filerev": "~2.3.1",
"grunt-filerev-assets": "~1.0.0",
"grunt-mocha-test": "~0.12.7",
"grunt-newer": "~1.1.1",
"grunt-ng-annotate": "~1.0.1",
"grunt-nodemon": "~0.4.0",
"grunt-usemin": "~3.0.0",
"jshint-stylish": "~2.0.1",
"load-grunt-tasks": "~3.2.0",
"mocha": "~1.20.0",
"should": "~7.0.2",
"should-http": "0.0.4",
"socket.io-client": "~1.4.0",
"sqlite3": "~4.0.9",
"supertest": "~1.0.1",
"time-grunt": "~1.2.1"
},
"engines": {
"node": ">=6"
}
}