UNPKG

ar-server

Version:

Provides a full featured application server on top of Koa.

30 lines (29 loc) 642 B
{ "name": "ar-server", "version": "0.1.1", "description": "Provides a full featured application server on top of Koa.", "main": "index.js", "scripts": { "test": "test" }, "repository": { "type": "git", "url": "git+https://github.com/bwinkers/ar-server.git" }, "keywords": [ "activerules", "nugget", "koa" ], "author": "Brian Winkers", "license": "ISC", "bugs": { "url": "https://github.com/bwinkers/ar-server/issues" }, "homepage": "https://github.com/bwinkers/ar-server#readme", "dependencies": { "ar-nugget": "^0.1.1", "bluebird": "^2.10.0", "lazy.js": "^0.4.2" } }