/home/desid573/public_html/smee-client-master
Edit: /home/desid573/public_html/smee-client-master/package.json (956B)
{
"name": "smee-client",
"version": "1.1.0",
"description": "Client to proxy webhooks to local host",
"main": "index.js",
"bin": {
"smee": "./bin/smee.js"
},
"scripts": {
"test": "jest --coverage && standard"
},
"repository": {
"type": "git",
"url": "git+https://github.com/probot/smee.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/probot/smee/issues"
},
"homepage": "https://github.com/probot/smee#readme",
"dependencies": {
"commander": "^2.19.0",
"eventsource": "^1.0.7",
"morgan": "^1.9.1",
"superagent": "^5.0.2",
"validator": "^10.11.0"
},
"devDependencies": {
"@babel/core": "^7.4.0",
"babel-core": "^7.0.0-bridge.0",
"babel-jest": "^24.5.0",
"connect-sse": "^1.2.0",
"jest": "^24.5.0",
"nock": "^10.0.6",
"standard": "^12.0.1",
"supertest": "^4.0.2"
},
"standard": {
"env": [
"jest"
]
}
}