-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1003 Bytes
/
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
{
"name": "server-dash",
"private": true,
"version": "0.0.1",
"description": "A customizable dashboard to monitor your Linux server.",
"keywords": [],
"dependencies": {
"bcrypt": "^0.8.0",
"ember-template-compiler": "^1.6.1",
"good": "^3.0.1",
"handlebars": "^1.3.0",
"hapi": "^7.0.0",
"hapi-auth-cookie": "^1.3.2",
"minimist": "^1.1.0",
"moment": "^2.8.2",
"mongoose": "^3.8.17",
"shelljs": "^0.3.0"
},
"scripts": {
"start": "node app.js",
"debug": "node debug app.js"
},
"main": "app.js",
"repository": {
"type": "git",
"url": "git://github.com/green-arrow/server-dash.git"
},
"author": "Andrew Walton",
"license": "MIT",
"devDependencies": {
"gulp": "^3.8.8",
"gulp-clean": "^0.3.1",
"gulp-concat": "^2.4.1",
"gulp-ember-templates": "^0.5.2",
"gulp-less": "^1.3.6",
"gulp-livereload": "^2.1.1",
"gulp-sourcemaps": "^1.2.4",
"gulp-uglify": "^1.0.1",
"gulp-watch": "^1.1.0"
}
}