{
  "name": "fenrir",
  "version": "0.0.2",
  "description": "Scene editor for lokijs game engine.",
  "main": "./bin/server",
  "scripts": {
    "test": "node_modules/jshint/bin/jshint **/*.js && node_modules/mocha/bin/mocha --recursive test clientTest"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/lokijs/fenrir"
  },
  "author": "David Hayes <drhayes@gmail.com>",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/lokijs/fenrir/issues"
  },
  "dependencies": {
    "connect": "~2.12.0",
    "less-middleware": "~0.1.14",
    "browserify-middleware": "~2.2.0",
    "express": "~3.4.8",
    "optimist": "~0.6.0",
    "glob": "~3.2.8",
    "jquery": "~2.1.0",
    "promise": "~3.2.0",
    "lodash": "~2.4.1",
    "angular": "~1.2.10"
  },
  "devDependencies": {
    "mocha": "~1.17.0",
    "jshint": "~2.4.1",
    "sinon": "~1.7.3"
  },
  "preferGlobal": "true",
  "bin": {
    "fenrir": "./bin/server"
  }
}
