-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·50 lines (50 loc) · 1.05 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
{
"name": "BeatBox",
"version": "1.0.0",
"description": "A simple node app to help you monitor and analyse your server logs",
"author": "Jonathan James Cosgrove <jjcosgrove.inbox@gmail.com> (http://www.jjcosgrove.com)",
"main": "app.js",
"scripts": {
"start": "forever app.js"
},
"keywords": [
"beatbox",
"express",
"filebeat",
"logs",
"logstash",
"node",
"mongodb"
],
"dependencies": {
"body-parser": "^1.16.1",
"express": "^4.14.1",
"express-handlebars": "^3.0.0",
"gulp": "^3.9.1",
"gulp-clean-css": "^3.0.3",
"gulp-concat": "^2.6.1",
"gulp-insert": "^0.5.0",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.1",
"gulp-uglify": "^2.0.1",
"gulp-util": "^3.0.8",
"moment": "^2.17.1",
"mongoose": "^4.8.4",
"path": "^0.12.7",
"socket.io": "^1.7.3",
"yamljs": "^0.2.8"
},
"devDependencies": {
"standard": "^8.6.0"
},
"standard": {
"globals": [
"$",
"io",
"jQuery",
"moment",
"noUiSlider",
"wNumb"
]
}
}