UNPKG

clannad

Version:

data storage service with RESTful APIs.

42 lines (41 loc) 1.05 kB
{ "name": "clannad", "version": "0.5.13", "description": "data storage service with RESTful APIs.", "main": "app.js", "keywords": [ "RESTful", "server", "API", "koa" ], "author": "youngerheart", "license": "MIT", "bugs": { "url": "https://github.com/youngerheart/clannad/issues" }, "homepage": "https://github.com/youngerheart/clannad", "dependencies": { "async-busboy": "^0.1.1", "co-body": "^4.2.0", "koa": "^2.0.0", "koa-router": "^7.0.1", "mongodb-io": "^0.2.5", "mongoose": "^4.5.2", "mongoose-unique-validator": "^1.0.2" }, "devDependencies": { "babel-cli": "^6.10.1", "babel-core": "^6.10.4", "babel-plugin-add-module-exports": "^0.1.2", "babel-plugin-transform-async-to-generator": "^6.7.4", "babel-plugin-transform-runtime": "^6.6.0", "babel-preset-es2015": "^6.6.0", "babel-preset-stage-0": "^6.5.0", "babel-register": "^6.7.2", "cfork": "^1.5.1", "chai": "^3.5.0", "nodemon": "^1.9.1", "request": "^2.73.0" } }