UNPKG

paradigm-core

Version:
59 lines (58 loc) 1.76 kB
{ "name": "paradigm-core", "version": "0.9.8", "description": "Paradigm Core Modules", "main": "src/index.js", "scripts": { "lint": "eslint src", "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-core.git" }, "keywords": [ "paradigm", "core", "modules" ], "author": "Tom Watson <tom@tomjwatson.com>", "license": "Apache-2.0", "bugs": { "url": "https://github.com/f12/paradigm-core/issues" }, "homepage": "https://github.com/f12/paradigm-core#readme", "dependencies": { "@mattersmedia/article-json-to-apple-news": "^4.3.3", "@mattersmedia/article-json-to-fbia": "^1.8.0", "@mattersmedia/html-to-article-json": "^1.22.0", "apple-news": "^2.1.0", "eslint": "^4.19.1", "eslint-config-structure": "^0.1.3", "express": "^4.16.3", "fb": "^2.0.0", "highwinds": "^0.1.14", "moment-timezone": "^0.5.21", "slug": "^0.9.1", "structure-core": "^0.10.0" }, "devDependencies": { "chai": "^4.1.2", "dotenv": "^5.0.1", "expect": "^22.4.3", "forever": "^0.15.3", "gulp": "^3.9.1", "gulp-eslint": "^4.0.2", "gulp-mocha": "^5.0.0", "mocha": "^5.1.1", "redis-mock": "^0.21.0", "reqlite": "^2.3.0", "sinon": "^4.5.0", "sinon-chai": "^3.0.0", "superagent": "^3.8.2", "supertest": "^3.0.0" } }