schahriar/OpenFeedback

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "openfeedback",
  "version": "0.1.1",
  "description": "A framework for searchable real-time feedback with a RESTful API on Node.js",
  "main": "./core/OpenFeedback.js",
  "scripts": {
    "test": "istanbul cover node_modules/mocha/bin/_mocha -- -R spec tests/runner.js",
    "posttest": "codeclimate-test-reporter < coverage/lcov.info",
    "docs": "node ./documentation/generator.js"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/schahriar/OpenFeedback.git"
  },
  "keywords": [
    "feedback",
    "api",
    "open",
    "customer",
    "response",
    "framework",
    "OpenFeedback"
  ],
  "author": "Schahriar SaffarShargh (info@schahriar.com)",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/schahriar/OpenFeedback/issues"
  },
  "homepage": "https://github.com/schahriar/OpenFeedback#readme",
  "dependencies": {
    "body-parser": "^1.15.0",
    "compression": "^1.6.1",
    "elasticsearch": "^10.1.3",
    "enjoi": "^1.0.2",
    "express": "^4.13.4",
    "joi": "^8.0.4"
  },
  "devDependencies": {
    "async": "^1.5.2",
    "chai": "^3.5.0",
    "chance": "^1.0.1",
    "codeclimate-test-reporter": "^0.3.1",
    "istanbul": "^0.4.2",
    "jsdoc-to-markdown": "^1.3.3",
    "mocha": "^2.4.5",
    "request": "^2.69.0"
  }
}