Advertisement
Guest User

Untitled

a guest
Dec 14th, 2017
368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. {
  2. "name": "dasher",
  3. "version": "1.4.1",
  4. "description": "A simple way to bridge your Amazon Dash buttons to HTTP services.",
  5. "scripts": {
  6. "start": "node app.js"
  7. },
  8. "repository": {
  9. "type": "git",
  10. "url": "https://github.com/maddox/dasher"
  11. },
  12. "author": "Jon Maddox <jon@jonmaddox.com>",
  13. "license": "MIT",
  14. "bugs": {
  15. "url": "https://github.com/maddox/dasher/issues"
  16. },
  17. "dependencies": {
  18. "node-dash-button": "^0.6.1",
  19. "request": "^2.60.0"
  20. }
  21. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement