You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"description": "Simple http server which returns a body with information about the request such as method, pathname, query parameters, and the request body. It is useful for testing.",
"main": "index.js",
"keywords": [
"test"
],
"bin": {
"parrot-server": "./bin/parrot-server"
},
"author": {
"name": "StreamMe",
"url": "http://github.com/streammedev"
},
"license": "UNLICENSED",
"repository": {
"type": "git",
"url": "git@github.com:StreamMeDev/parrot-server"
},
"scripts": {
"test": "npm run babel && happiness && mocha --compilers js:babel-register",