{ "name": "nodejs-rest-api-sqlite", "version": "1.0.0", "description": "POC - NodeJS REST API using SQLite as a database.", "author": "Romuald Tuffreau https://github.com/romwaldtff", "dependencies": { "body-parser": "*", "ejs": "*", "express": "*", "sqlite": "*", "bluebird": "*" }, "license": "LGPL-3.0", "bugs": { "url": "https://github.com/romwaldtff/NodeJS-REST-API-SQLite/issues" }, "repository": "https://github.com/romwaldtff/NodeJS-REST-API-SQLite" }