lukasmartinelli/astah-converter

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "astah-api",
  "version": "1.0.0",
  "description": "API to export images from Astah projects",
  "main": "server.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1",
    "start": "node server.js"
  },
  "author": "Lukas Martinelli <me@lukasmartinelli.ch> (http://lukasmartinelli.ch/)",
  "license": "ISC",
  "dependencies": {
    "body-parser": "^1.12.0",
    "express": "^4.12.2",
    "knox": "^0.9.2",
    "multer": "^0.1.8",
    "q": "^1.2.0"
  }
}