UNPKG

reach-deconstruct-api

Version:

A desconstructed, extendable API framework, requiring the minimum of work to get things done

30 lines (29 loc) 666 B
{ "name": "reach-deconstruct-api", "version": "1.0.0", "description": "A desconstructed, extendable API framework, requiring the minimum of work to get things done", "main": "deconstruct.js", "scripts": { "test": "node test/testDeconstruct.js" }, "keywords": [ "deconstruct", "api", "framework", "rest-api", "rest", "routes" ], "author": "Adriaan Pelzer", "license": "ISC", "dependencies": { "body-parser": "^1.17.2", "express": "^4.15.3", "express-unless": "^0.5.0", "fs": "0.0.1-security", "highland": "^2.11.0", "jsonwebtoken": "^8.2.0", "ramda": "^0.24.1", "uuid": "^3.2.1" } }