cla-assistant/package.json

84 строки
2.2 KiB
JSON

{
"name": "cla-assistant",
"author": "https://github.com/cla-assistant",
"version": "1.0.0",
"homepage": "",
"description": "Contributor licencse agreement",
"keywords": [
"licencse",
"contributor",
"agreement",
"github",
"cla"
],
"license": "Apache-2.0",
"repository": {
"type": "git",
"url": "https://github.com/cla-assistant/cla-assistant"
},
"bugs": "https://github.com/cla-assistant/cla-assistant/issues",
"contributors": [],
"dependencies": {
"array-sugar": "^1.0.0",
"async": "^0.9.0",
"body-parser": "^1.10.0",
"bower": "^1.3.12",
"bunyan": "^1.3.4",
"bunyan-slack": "0.0.8",
"colors": "^1.0.3",
"cookie-parser": "^1.3.3",
"cookie-session": "^1.1.0",
"ejs": "1.0.0",
"express": "^4.10.4",
"express-session": "^1.9.3",
"github": "git+https://github.com/KharitonOff/node-github.git",
"glob": "^4.3.1",
"merge": "^1.2.0",
"mongoose": "^3.8.20",
"node-sass": "^0.9.3",
"nodemailer": "^1.3.0",
"nodemailer-sendmail-transport": "^1.0.0",
"nodemailer-smtp-transport": "^0.1.13",
"passport": "^0.2.1",
"passport-github": "^0.1.5",
"q": "^1.1.2",
"request": "^2.47.0",
"socket.io": "^1.2.1",
"valid-url": "^1.0.9",
"x-frame-options": "0.0.0"
},
"devDependencies": {
"grunt": "^0.4.5",
"grunt-autowatch": "^0.1.4",
"grunt-cli": "^0.1.13",
"grunt-contrib-jshint": "^0.10.0",
"grunt-contrib-watch": "^0.5.3",
"grunt-coveralls": "1.0.0",
"grunt-eslint": "2.1.0",
"grunt-http": "1.5.0",
"grunt-karma": "^0.9.0",
"grunt-mocha-istanbul": "^2.2.0",
"grunt-mocha-test": "^0.12.4",
"grunt-scss-lint": "^0.3.6",
"karma": "^0.12.28",
"karma-chrome-launcher": "^0.1.7",
"karma-mocha": "^0.1.9",
"karma-ng-html2js-preprocessor": "~0.1.2",
"karma-phantomjs-launcher": "0.1.4",
"load-grunt-tasks": "^1.0.0",
"mkdirp": "0.5.0",
"mocha": "^2.0.1",
"rewire": "^2.1.3",
"should": "^4.3.0",
"sinon": "^1.12.1",
"supertest": "0.15.0"
},
"engines": {
"node": "0.10.x"
},
"scripts": {
"start": "node app.js",
"postinstall": "bower install"
}
}