UNPKG

pict-application

Version:

Application base class for a pict view-based application

17 lines (16 loc) 391 B
{ "name": "example_applications", "version": "1.0.0", "description": "Simple static server and API pass-through to Bookstore API.", "main": "ServeExamples.js", "scripts": { "start": "node ServeExamples.js" }, "author": "", "license": "ISC", "dependencies": { "orator": "^5.0.1", "orator-http-proxy": "^1.0.1", "orator-serviceserver-restify": "^2.0.3" } }