UNPKG

catbee

Version:

Catbee - skeleton for you isomorphic applications

48 lines (47 loc) 1.21 kB
{ "name": "catbee", "version": "3.3.0", "author": { "name": "Kirill Kaysarov", "email": "k.kaysarov@2gis.ru" }, "description": "Catbee - skeleton for you isomorphic applications", "homepage": "https://github.com/catbee/catbee", "keywords": [ "catbee", "isomorphic", "router", "universal" ], "main": "./index", "browser": { "./lib/Bootstrapper.js": "./browser/Bootstrapper.js", "./lib/helpers/hrTimeHelper.js": "./browser/helpers/hrTimeHelper.js", "./lib/providers/ModuleApiProvider.js": "./browser/providers/ModuleApiProvider.js", "./lib/Catbee.js": "./browser/Catbee.js", "./lib/RequestRouter.js": "./browser/RequestRouter.js" }, "dependencies": { "browser-process-hrtime": "^0.1.2", "catberry-locator": "^2.1.0", "catberry-uri": "^3.1.0", "pretty-hrtime": "^1.0.1" }, "devDependencies": { "eslint": "^2.8.0", "jsdom": "^8.4.0", "lab": "^10.3.1" }, "scripts": { "lint": "eslint lib/* browser/*", "test": "lab -l" }, "license": "MIT", "bugs": { "url": "https://github.com/catbee/catbee/issues" }, "repository": { "type": "git", "url": "git@github.com:catbee/catbee.git" } }