UNPKG

apemandb

Version:
57 lines 1.29 kB
{ "name": "apemandb", "version": "8.7.4", "description": "Database for apeman project.", "main": "lib", "scripts": { "test": "node ./ci/test.js", "prepublish": "node ./ci/build.js" }, "repository": "apeman-labo/apemandb", "keywords": [ "apeman", "database", "sequelize" ], "author": { "name": "Taka Okunishi", "email": "okunishitaka.com@gmail.com", "url": "http://okunishitaka.com" }, "license": "MIT", "bugs": { "url": "https://github.com/apeman-labo/apemandb/issues" }, "homepage": "https://github.com/apeman-labo/apemandb#readme", "dependencies": { "aglob": "^1.1.1", "apemanmodel": "*", "argx": "^3.0.2", "asleep": "^1.0.3", "co": "^4.6.0", "colorprint": "^4.1.0", "debug": "^2.6.0", "findout": "^2.1.2", "inflection": "^1.10.0", "mkdirp": "^0.5.1", "sequelize": "*", "stringcase": "^3.2.0", "uuid": "^3.0.1" }, "devDependencies": { "amocha": "^1.0.16", "ape-releasing": "^4.0.4", "ape-reporting": "^3.0.2", "ape-tasking": "^4.0.9", "ape-tmpl": "^5.0.20", "ape-updating": "^4.0.5", "coz": "^6.0.20", "injectmock": "^2.0.0", "mysql": "^2.12.0", "sqlite3": "^3.1.8" }, "engines": { "node": ">=6", "npm": ">=3" } }