forked from nicolsc/sigfox-callback-demo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 730 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 730 Bytes
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
{
"name": "sigfox-callback-demo",
"version": "2.0.0",
"description": "Sigfox callback demo, using Node.js & hapi. Log requests in a PostgreSQL database",
"keywords": "sigfox",
"main": "server.js",
"dependencies": {
"handlebars": "^4.0.11",
"hapi": "^16.6.2",
"moment": "^2.19.2",
"pg": "^7.4.0",
"vision": "^4.1.1"
},
"engines": {
"node": "8.9.1",
"npm": "5.5.1 "
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"postinstall": "node postinstall.js",
"start": "node server.js"
},
"author": "Nicolas Lesconnec @nicolsc",
"repository": {
"type": "git",
"url": "https://github.com/nicolsc/sigfox-callback-demo"
},
"license": "ISC"
}