-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
64 lines (64 loc) · 1.66 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
{
"name": "personal-heating-manager",
"version": "0.5.1",
"description": "A personal heating manager system with Arduino and Raspberry Pi.",
"main": "server.js",
"scripts": {
"postinstall": "node_modules/.bin/bower install",
"start": "node_modules/.bin/nodemon server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/tabman83/personal-heating-manager.git"
},
"keywords": [
"heating"
],
"author": "Antonino Parisi",
"license": "GPL",
"bugs": {
"url": "https://github.com/tabman83/personal-heating-manager/issues"
},
"homepage": "https://github.com/tabman83/personal-heating-manager",
"dependencies": {
"async": "^0.9.0",
"bcrypt": "^0.8.1",
"bower": "^1.3.12",
"hapi": "^8.2.0",
"hapi-auth-basic": "^2.0.0",
"joi": "^5.1.0",
"moment": "^2.9.0",
"mongoose": "~3.8.23",
"mosca": "^0.28.1",
"mqtt": "^1.0.10",
"nconf": "^0.7.1",
"node-schedule": "^0.2.3",
"nodemon": "^1.3.7",
"onoff": "^1.0.2",
"seq-queue": "0.0.5"
},
"devDependencies": {
"bower": "*",
"autoprefixer-core": "^4.0.2",
"browser-sync": "^1.8.2",
"del": "^1.1.1",
"gulp": "^3.6.0",
"gulp-cache": "^0.2.2",
"gulp-csso": "^0.2.6",
"gulp-if": "^1.2.1",
"gulp-imagemin": "^2.0.0",
"gulp-jshint": "^1.5.3",
"gulp-load-plugins": "^0.8.0",
"gulp-minify-html": "^0.1.6",
"gulp-postcss": "^3.0.0",
"gulp-sass": "^1.3.3",
"gulp-size": "^1.1.0",
"gulp-sourcemaps": "^1.3.0",
"gulp-uglify": "^1.0.1",
"gulp-useref": "^1.0.2",
"jshint-stylish": "^1.0.0",
"main-bower-files": "^2.5.0",
"opn": "^1.0.0",
"wiredep": "^2.0.0"
}
}