-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Henrik Stene
committed
Sep 20, 2017
1 parent
e738bb8
commit 4b51d3f
Showing
3 changed files
with
9 additions
and
115 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,24 @@ | ||
{ | ||
"name": "hue-service", | ||
"name": "example-service", | ||
"version": "1.0.0", | ||
"description": "Service app to run hue api services", | ||
"description": "Service app to run example services", | ||
"main": "webapp.js", | ||
"scripts": { | ||
"test": "echo \"Error: no test specified\" && exit 1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+https://github.com/steam0/hue-service.git" | ||
"url": "git+https://github.com/steam0/example-service.git" | ||
}, | ||
"author": "Henrik Stene", | ||
"license": "ISC", | ||
"bugs": { | ||
"url": "https://github.com/steam0/hue-service/issues" | ||
"url": "https://github.com/steam0/example-service/issues" | ||
}, | ||
"homepage": "https://github.com/steam0/hue-service#readme", | ||
"homepage": "https://github.com/steam0/example-service#readme", | ||
"dependencies": { | ||
"cors": "^2.7.1", | ||
"express": "^4.3.2", | ||
"node-hue-api": "2.4.2", | ||
"path": "^0.12.7" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters