package.json 317 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": {
    "express": "~3.5.1"
  }
}