uonline/uonline

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "uonline",
  "version": "1.0.0",
  "description": "MMORPG game in a fantasy world",
  "homepage": "https://github.com/uonline/uonline",
  "bugs": "https://github.com/uonline/uonline/issues",
  "repository": {
    "type": "git",
    "url": "git://github.com/uonline/uonline.git"
  },
  "license": "AGPL-3.0",
  "author": "m1kc <m1kc@yandex.ru>",
  "private": true,
  "engines": {
    "node": "0.12.x"
  },
  "dependencies": {
    "any-db": "^2.1.0",
    "any-db-postgres": "^2.1.1",
    "any-db-transaction": "^2.1.3",
    "asyncawait": "^1.0.3",
    "autostatic": "^0.1.1",
    "bluebird": "^3.3.4",
    "body-parser": "^1.12.3",
    "bower": "^1.2.8",
    "browserify": "^12.0.1",
    "chai": "^3.5.0",
    "chai-as-promised": "^5.3.0",
    "chalk": "^1.0.0",
    "codo": "^2.0.11",
    "coffee-script": "^1.9.0",
    "coffeeify": "^1.1.0",
    "compression": "^1.4.3",
    "cookie-parser": "^1.3.4",
    "dashdash": "^1.6.0",
    "express": "^4.12.3",
    "get-gulp-args": "0.0.1",
    "gulp": "^3.8.11",
    "gulp-clean-dest": "^0.1.0",
    "gulp-coffee": "^2.3.1",
    "gulp-coffeelint": "^0.5.0",
    "gulp-concat": "^2.5.2",
    "gulp-coveralls": "^0.1.4",
    "gulp-debug": "^2.1.2",
    "gulp-filter": "^3.0.1",
    "gulp-jshint": "^2.0.0",
    "gulp-merge": "^0.1.0",
    "gulp-nodeunit-runner": "^0.2.2",
    "gulp-notify": "^2.2.0",
    "gulp-sequence": "^0.4.1",
    "gulp-uglify": "^1.2.0",
    "header-stack": ">= 0.0.2",
    "jade": "^1.7.0",
    "jstransformer-stylus": "^1.0.0",
    "mocha-fivemat-reporter": "0.0.6",
    "moment": "^2.10.6",
    "morgan": "^1.5.0",
    "multer": "^1.1.0",
    "newrelic": "^1.9.2",
    "stream-stack": ">= 1.1.1",
    "stylus": "^0.52.4",
    "sugar": "^1.4.1",
    "through2": "^2.0.0",
    "vinyl-buffer": "^1.0.0",
    "vinyl-imitate": "^1.0.0",
    "vinyl-source-stream": "^1.1.0"
  },
  "devDependencies": {
    "coffee-coverage": "^0.7.0",
    "coffee-jshint": "^0.2.3",
    "coffeelint": "^1.5.3",
    "david": "^7.0.0",
    "gulp-mocha": "^2.2.0",
    "jscoverage": "^0.6.0",
    "jshint": "^2.5.0",
    "mocha": "^2.4.5",
    "ncp": "^2.0.0",
    "nodemon": "^1.2.0",
    "nodeunit": "^0.9.0",
    "rmrf": "~1.0.2"
  }
}