package.json 488 Bytes
{
  "name": "vlibras-api",
  "version": "0.0.1",
  "description": "An API for VLibras Suite",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "LAViD",
  "license": "ISC",
  "dependencies": {
    "async": "^0.9.0",
    "express": "~3.5.1",
    "mkdirp": "^0.5.0",
    "node-uuid": "^1.4.1",
    "ip": "latest",
    "mongoose": "^3.8.16",
    "python-shell": "0.0.3",
    "kue": "latest"
  }
}