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

{
"name": "socketioMEANseed",
"version": "0.0.1",
"description": "socketioMEANseed project",
"dependencies": {
"http-server": "0.9.0"
},
"scripts": {
"postinstall": "bower install",
"prestart": "npm install",
"_start": "http-server -a 147.83.7.158 -p 8000 -c-1",
"start": "http-server -a localhost -p 8000 -c-1"
}
}