Illyoung Choi | 59820ed | 2019-06-24 17:01:00 -0700 | [diff] [blame] | 1 | { |
| 2 | "name": "cord_workflow_controller", |
Illyoung Choi | 5209f73 | 2019-07-30 16:54:54 -0700 | [diff] [blame^] | 3 | "version": "0.5.2", |
Illyoung Choi | 59820ed | 2019-06-24 17:01:00 -0700 | [diff] [blame] | 4 | "description": "CORD Workflow Controller", |
| 5 | "main": "src/server.js", |
| 6 | "scripts": { |
| 7 | "start": "node src/server.js", |
| 8 | "test": "LOG_LEVEL=error nyc --reporter=cobertura --reporter=text mocha --exit spec/**/*.spec.js --reporter mocha-multi-reporters --reporter-options configFile=reporters.json", |
| 9 | "test:dev": "mocha --exit -w spec/**/*.spec.js", |
| 10 | "lint": "eslint spec src" |
| 11 | }, |
| 12 | "author": "Open Networking Foundation", |
| 13 | "license": "Apache-2.0", |
| 14 | "repository": { |
| 15 | "type": "git", |
| 16 | "url": "git://gerrit.opencord.org/cord-workflow-controller.git" |
| 17 | }, |
| 18 | "dependencies": { |
| 19 | "body-parser": "^1.19.0", |
| 20 | "cors": "^2.8.5", |
| 21 | "express": "^4.17.1", |
| 22 | "express-validator": "^6.0.1", |
| 23 | "lodash": "^4.17.11", |
| 24 | "async": "^3.1.0", |
| 25 | "node-yaml-config": "0.0.5", |
| 26 | "socket.io": "^2.2.0", |
Illyoung Choi | 59820ed | 2019-06-24 17:01:00 -0700 | [diff] [blame] | 27 | "double-ended-queue": "^2.1.0-0", |
| 28 | "test": "^0.6.0", |
| 29 | "winston": "^3.2.1", |
| 30 | "yargs": "^13.2.4", |
| 31 | "dateformat": "^3.0.3" |
| 32 | }, |
| 33 | "devDependencies": { |
| 34 | "chai": "^4.2.0", |
| 35 | "eslint": "5.16.0", |
| 36 | "eslint-plugin-import": "^2.17.3", |
| 37 | "mocha": "^6.1.4", |
| 38 | "mockery": "^2.1.0", |
| 39 | "nyc": "^14.1.1", |
| 40 | "sinon": "^7.3.2", |
| 41 | "sinon-chai": "^3.3.0", |
| 42 | "socket.io-client": "^2.2.0", |
| 43 | "supertest": "^4.0.2", |
| 44 | "mocha-multi-reporters": "^1.1.7", |
| 45 | "mocha-junit-reporter": "^1.23.0" |
| 46 | } |
Illyoung Choi | c707c05 | 2019-07-18 13:50:49 -0700 | [diff] [blame] | 47 | } |