You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
350 B

7 years ago
  1. {
  2. "name": "socketioMEANseed",
  3. "version": "0.0.1",
  4. "description": "socketioMEANseed project",
  5. "dependencies": {
  6. "http-server": "0.9.0"
  7. },
  8. "scripts": {
  9. "postinstall": "bower install",
  10. "prestart": "npm install",
  11. "_start": "http-server -a 147.83.7.158 -p 8000 -c-1",
  12. "start": "http-server -a localhost -p 8000 -c-1"
  13. }
  14. }