UNPKG

paradigm-channels

Version:
76 lines (75 loc) 2.51 kB
{ "name": "paradigm-channels", "version": "1.1.8", "description": "Channels", "main": "src/index.js", "dependencies": { "paradigm-documents": "^1.2.6", "paradigm-error-codes": "^0.1.1", "paradigm-highwinds": "^1.0.0", "paradigm-purge": "^1.2.11", "paradigm-slugs": "^0.1.0", "structure-cache-middleware": "^1.1.5", "structure-digital-assets": "^0.9.0", "structure-dispatcher": "^0.4.0", "structure-driver": "^0.1.1", "structure-error-codes": "^0.1.2", "structure-job": "^0.1.7", "structure-root-controller": "^0.1.3", "structure-root-model": "^0.1.11", "structure-validation-schema-middleware": "^0.3.0" }, "devDependencies": { "babel-core": "^6.26.0", "babel-plugin-transform-runtime": "^6.23.0", "babel-preset-env": "^1.1.11", "chai": "^3.5.0", "dotenv": "^4.0.0", "eslint": "^3.16.1", "eslint-config-structure": "^0.1.3", "expect": "^1.20.2", "express": "^4.15.0", "forever": "^0.15.3", "gulp": "^3.9.1", "gulp-eslint": "^3.0.1", "gulp-mocha": "^3.0.1", "mocha": "^3.2.0", "paradigm-categories": "^1.0.3", "reqlite": "^2.3.0", "sinon": "^1.17.7", "sinon-chai": "^2.8.0", "structure-applications": "^0.1.6", "structure-auth-entity": "^0.1.4", "structure-middleware": "^0.1.0", "structure-migrations": "^0.1.1", "structure-organizations": "^0.1.4", "structure-plugins": "^0.3.0", "structure-router": "^0.2.0", "structure-server": "^0.2.0", "structure-test-helpers": "0.0.3", "structure-timers-middleware": "^0.1.0", "structure-users": "^0.1.3", "supertest": "^3.0.0" }, "scripts": { "eslint": "node_modules/.bin/eslint src test", "start-reqlite": "node_modules/forever/bin/forever start node_modules/reqlite/lib/node.js --port-offset 1 -s", "stop-reqlite": "node_modules/forever/bin/forever stop node_modules/reqlite/lib/node.js --port-offset 1 -s", "test": "export NODE_ENV=test && gulp stop-reqlite && npm run start-reqlite && gulp t && gulp stop-reqlite", "test:debug": "export LOG_LEVEL=debug && npm test" }, "repository": { "type": "git", "url": "git+https://github.com/f12/paradigm-channels.git" }, "keywords": [ "paradigm", "channels" ], "author": "Chris Abrams <mail@chrisabrams.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/f12/paradigm-channels/issues" }, "homepage": "https://github.com/f12/paradigm-channels#readme" }