hons82/node-git-lfs

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "node-git-lfs",
  "version": "0.1.0",
  "license": "Apache-2.0",
  "description": "Git LFS server NodeJS implementation",
  "scripts": {
    "test": "make test-coveralls"
  },
  "bin": {
    "node-git-lfs": "./server.js"
  },
  "repository": "hons82/node-git-lfs",
  "dependencies": {
    "aws-sdk": "^2.3.14",
    "azure-storage": "^0.10.0",
    "btoa": "^1.1.2",
    "co": "^4.6.0",
    "co-body": "^4.2.0",
    "co-express": "^1.2.1",
    "config": "^1.20.3",
    "express": "~4.13.4",
    "jsonschema": "^1.1.0",
    "jsonwebtoken": "^7.0.0",
    "lodash": "^4.12.0",
    "mongodb": "^2.1.19",
    "mongoose": "^4.4.17",
    "morgan": "~1.7.0",
    "ms": "^0.7.1",
    "node-fetch": "^1.5.2",
    "ssh2": "^0.5.0",
    "stream-length": "^1.0.2",
    "winston": "^2.2.0"
  },
  "devDependencies": {
    "chai": "^3.5.0",
    "chai-string": "^1.2.0",
    "co-mocha": "^1.1.2",
    "coveralls": "^2.11.9",
    "istanbul": "^0.4.3",
    "mocha": "^2.4.5",
    "mocha-lcov-reporter": "^1.2.0",
    "s3rver": "0.0.14",
    "supertest": "^1.2.0"
  }
}