/home/desid573/public_html/smee-client-master
NameSizeModeActions
.github/-0755rm
bin/-0755rm
test/-0755rm
.gitignore900644editdlrm
.travis.yml2160644editdlrm
codecov.yml1850644editdlrm
index.js17820644editdlrm
LICENSE8080644editdlrm
package-lock.json2228530644editdlrm
package.json9560644editdlrm
README.md12070644editdlrm
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" ] } }