Guest User

Untitled

a guest
Jun 25th, 2018
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. {
  2. "name": "nodeExample",
  3. "version": "0.0.1",
  4. "description": "NodeJS Robot Server",
  5. "dependencies": {
  6. "config": ">=0.4.10",
  7. "express": ">=2.5.6",
  8. "express-resource": ">=0.2.4",
  9. "ejs": ">=0.6.1",
  10. "buffalo": ">=0.1.2",
  11. "mocha": ">=0.10.2",
  12. "node-inspector": ">=0.1.10",
  13. "winston": ">=0.5.9",
  14. "zmq": ">=2.0.1",
  15. "socket.io": ">=0.8.7",
  16. "crsh": ">=0.1.0"
  17. },
  18. "main": "app.js",
  19. "scripts": {
  20. "start": "node app.js",
  21. "test": "mocha test/*.js test/**/*.js",
  22. "debug": "node --debug app.js"
  23. }
  24. }
Add Comment
Please, Sign In to add comment