UNPKG

@leansdk/leanrc

Version:

LeanRC is a MVC framework for creating graceful applications

103 lines (102 loc) 2.29 kB
{ "name": "@leansdk/leanrc", "description": "LeanRC is a MVC framework for creating graceful applications", "version": "6.3.1", "main": "dist/index.js", "private": false, "license": "LGPL-3.0", "author": "Denis Trayzhon <d.g.trayzhon@gmail.com>", "contributors": [ "Evgeni Biryukov" ], "homepage": "https://github.com/LeanSDK/leanrc#readme", "repository": { "type": "git", "url": "git+https://github.com/LeanSDK/leanrc.git" }, "engines": { "node": ">=6.10" }, "keywords": [ "API", "MVC", "Rails", "highload", "distributed system" ], "scripts": { "performance": "coffee ./test/performance/require-test.coffee", "build": "gulp build", "test": "mocha" }, "config": { "precommit": { "lint": false, "validate": false, "test": false } }, "peerDependencies": { "glob": "7.1.6", "i": "0.3.6", "joi": "10.6.0", "lodash": "4.17.20", "statuses": "1.5.0", "qs": "6.9.4" }, "dependencies": { "@leansdk/rc": "3.1.7", "coffeescript": "2.5.1", "accepts": "1.3.7", "co-body": "5.2.0", "commander": "2.12.2", "content-disposition": "0.5.3", "content-type": "1.0.4", "cookies": "0.7.3", "destroy": "1.0.4", "error-inject": "1.0.0", "escape-html": "1.0.3", "fresh": "0.5.2", "fs-extra": "0.30.0", "http-errors": "1.6.2", "jsonwebtoken": "8.5.1", "keygrip": "1.1.0", "methods": "1.1.2", "mime-types": "2.1.24", "moment": "2.24.0", "on-finished": "2.3.0", "parseurl": "1.3.3", "path-to-regexp": "1.7.0", "pluralize": "1.2.1", "reportback": "0.1.9", "scaffolt": "0.5.0", "supererror": "0.7.1", "type-is": "1.6.18", "vary": "1.1.2" }, "devDependencies": { "chai": "3.5.0", "feed": "1.0.2", "glob": "7.1.6", "gulp": "4.0.2", "gulp-coffee": "3.0.3", "gulp-replace": "1.0.0", "i": "0.3.6", "joi": "10.6.0", "lodash": "4.17.20", "mocha": "5.0.0", "needle": "1.6.0", "qs": "6.9.4", "request": "2.80.0", "sinon": "1.17.7", "statuses": "1.5.0", "xml2js": "0.4.17" }, "bugs": { "url": "https://github.com/LeanSDK/leanrc/issues" }, "directories": { "lib": "lib", "test": "test" } }