blob: cf198930967e7d469e5641de2e613a35bd7bdd23 [file] [log] [blame]
Matteo Scandoloe3ed0162016-12-01 10:09:12 -08001{
2 "name": "xos_nb_rest",
Matteo Scandolo1116b972018-12-18 09:33:59 -08003 "version": "2.0.1",
4 "description": "WebSocket interfaces for XOS",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -08005 "main": "src/server.js",
6 "scripts": {
7 "start": "node src/server.js",
Matteo Scandolo7e05dc82017-09-25 14:57:21 -07008 "test": "LOG_LEVEL=error nyc --reporter=html mocha spec/**/*.spec.js",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -08009 "test:dev": "mocha -w spec/**/*.spec.js",
Zack Williamsea89ebb2018-09-07 12:37:36 -070010 "lint": "eslint spec src"
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080011 },
Matteo Scandolo7e05dc82017-09-25 14:57:21 -070012 "author": "Open Networking Foundation",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080013 "license": "Apache-2.0",
Zack Williamsea89ebb2018-09-07 12:37:36 -070014 "repository": {
15 "type": "git",
16 "url": "git://gerrit.opencord.org/xos-rest-gw.git"
17 },
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080018 "dependencies": {
19 "body-parser": "^1.15.2",
20 "cors": "^2.8.1",
21 "express": "^4.14.0",
22 "lodash": "^4.17.2",
Zack Williamsea89ebb2018-09-07 12:37:36 -070023 "node-rdkafka": "^2.4.1",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080024 "node-yaml-config": "0.0.4",
25 "redis": "^2.6.3",
26 "socket.io": "^1.7.1",
27 "superagent": "^3.1.0",
Zack Williamsea89ebb2018-09-07 12:37:36 -070028 "test": "^0.6.0",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080029 "winston": "^2.3.0",
30 "yargs": "^6.4.0"
31 },
32 "devDependencies": {
33 "chai": "^3.5.0",
Zack Williamsea89ebb2018-09-07 12:37:36 -070034 "eslint": "^3.19.0",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080035 "eslint-plugin-import": "^2.2.0",
36 "fakeredis": "^1.0.3",
37 "mocha": "^3.2.0",
38 "mockery": "^2.0.0",
Matteo Scandolo7e05dc82017-09-25 14:57:21 -070039 "nyc": "^11.2.1",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080040 "sinon": "^1.17.6",
41 "sinon-chai": "^2.8.0",
Matteo Scandoloc3e23482016-12-01 10:13:57 -080042 "socket.io-client": "^1.7.1",
Matteo Scandoloe3ed0162016-12-01 10:09:12 -080043 "supertest": "^2.0.1"
44 }
45}