package.json 391 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"
  }
}