package.json
{
"name": "pm2-hooks",
"version": "1.1.14",
"description": "Webhook server for pm2, compatible with any git repository",
"main": "dist/index.js",
"scripts": {
"build": "babel src --out-dir dist --copy-files",
"lint": "eslint src test",
"pretest": "npm run lint",
"test": "NODE_ENV=test _mocha",
"test:cover": "istanbul cover ./node_modules/.bin/_mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/desaroger/pm2-hooks.git"
},
"keywords": [
"pm2",
"webhooks"
],
"author": "Roger Fos Soler (desaroger23@gmail.com)",
"license": "ISC",
"bugs": {
"url": "https://github.com/desaroger/pm2-hooks/issues"
},
"homepage": "https://github.com/desaroger/pm2-hooks#readme",
"dependencies": {
"babel-regenerator-runtime": "^6.5.0",
"body-parser": "^1.16.1",
"co": "^4.6.0",
"ipaddr.js": "^1.2.0",
"lodash": "^4.17.10",
"pm2": "^2.4.0",
"pmx": "^1.0.3",
"promisify-node": "^0.4.0",
"require-dir": "^1.0.0"
},
"devDependencies": {
"babel": "^6.23.0",
"babel-cli": "^6.23.0",
"babel-preset-es2015": "^6.22.0",
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"chai-shallow-deep-equal": "^1.4.4",
"eslint": "^4.19.1",
"eslint-config-airbnb": "^16.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^6.0.3",
"eslint-plugin-react": "^7.8.2",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"mock-spawn": "^0.2.6",
"request": "^2.79.0",
"request-promise": "^4.1.1",
"sinon": "^5.0.10",
"url-join": "^4.0.0"
}
}