UNPKG

incarnate-cloud

Version:
63 lines (62 loc) 1.44 kB
{ "name": "incarnate-cloud", "version": "4.4.2", "description": "Cloud Function Middleware for Incarnate", "main": "src/index.jsx", "files": [ "src/Utils/", "src/Providers/", "src/index.jsx" ], "watch": { "test": { "patterns": [ "src" ], "extensions": "jsx,spec.jsx" } }, "scripts": { "test": "mocha --require resistdesign-babel-register --ui exports **/*.spec.jsx", "watch": "npm-watch", "doc": "esdoc && cp CNAME docs/CNAME && cp Header.jpg docs/Header.jpg" }, "author": "Resist Design", "license": "MIT", "dependencies": { "cookie": "^0.4.0", "incarnate": "^6.0.0", "lodash.camelcase": "^4.3.0" }, "devDependencies": { "esdoc": "^1.1.0", "esdoc-ecmascript-proposal-plugin": "^1.0.0", "esdoc-jsx-plugin": "^1.0.0", "esdoc-standard-plugin": "^1.0.0", "expect.js": "^0.3.1", "mocha": "^6.2.2", "npm-watch": "^0.6.0", "resistdesign-babel-register": "^3.1.0" }, "repository": { "type": "git", "url": "git+https://github.com/resistdesign/incarnate-cloud.git" }, "keywords": [ "JS", "JavaScript", "ECMAScript", "Lambda", "AWS", "Cloud", "Function", "DI", "Dependency", "Injection", "Routing" ], "bugs": { "url": "https://github.com/resistdesign/incarnate-cloud/issues" }, "homepage": "https://github.com/resistdesign/incarnate-cloud#readme" }