Skip to content

Commit

Permalink
Environment package for reading out environments
Browse files Browse the repository at this point in the history
  • Loading branch information
Krettis committed Jan 6, 2017
1 parent ed64e12 commit 9b2a414
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,8 @@
"description": "An information screen using the NS API designed as a small Raspberry Pi web app.",
"main": "ns.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ns.js"
},
"repository": {
"type": "git",
Expand All @@ -25,6 +26,7 @@
},
"homepage": "https://github.com/vdveen/raspberryNS#readme",
"dependencies": {
"dotenv": "^2.0.0",
"express": "^4.14.0",
"ns-api": "^2.0.5"
}
Expand Down

0 comments on commit 9b2a414

Please sign in to comment.