UNPKG

@evolvus/evolvus-swe

Version:

Simple Workflow Engine for Evolvus Components

54 lines (53 loc) 1.37 kB
{ "name": "@evolvus/evolvus-swe", "version": "1.0.7", "description": "Simple Workflow Engine for Evolvus Components", "main": "server.js", "scripts": { "test": "mocha test/**/*.js", "test-watch": "nodemon --exec 'npm test'" }, "repository": { "type": "git", "url": "git+https://github.com/Evolvus/evolvus-swe.git" }, "keywords": [ "evolvus", "docket", "audit" ], "author": "Kavya", "license": "ISC", "bugs": { "url": "https://github.com/Evolvus/evolvus-swe/issues" }, "homepage": "https://github.com/Evolvus/evolvus-swe#readme", "dependencies": { "@evolvus/evolvus-mongo-dao": "^1.0.1", "@evolvus/evolvus-node-health-check": "^2.0.1", "@godaddy/terminus": "^2.4.1", "axios": "^0.18.0", "body-parser": "^1.18.2", "debug": "^3.1.0", "express": "^4.16.3", "helmet": "^3.12.0", "http": "0.0.0", "jsonschema": "^1.2.4", "lodash": "^4.17.10", "mongoose": "^5.2.5", "shortid": "^2.2.11" }, "devDependencies": { "chai": "^4.1.2", "chai-http": "^4.0.0", "chai-as-promised": "^7.1.1", "grunt": "^1.0.2", "grunt-contrib-clean": "^1.1.0", "grunt-contrib-copy": "^1.0.0", "grunt-contrib-jshint": "^1.1.0", "grunt-contrib-watch": "^1.0.0", "grunt-env": "^0.4.4", "grunt-mocha-test": "^0.13.3", "mocha": "^5.0.5" } }