Memristor-Robotics/mep-master

View on GitHub
package.json

Summary

Maintainability
Test Coverage
{
  "name": "mep-master",
  "version": "2017.0.0",
  "description": "Memristor's Eurobot Platform",
  "main": "src/Bootstrap.js",
  "directories": {
    "test": "tests",
    "src": "src"
  },
  "engines": {
    "node": ">8.3.0"
  },
  "scripts": {
    "test": "mocha --slow 0 test/Init.js",
    "docs": "./node_modules/.bin/esdoc",
    "start": "node src/Bootstrap.js",
    "simulation": "node src/Bootstrap.js -s -v 127.0.0.1:1117",
    "small": "NODE_PATH=$HOME/node_modules ./mep -t yellow -c strategies/small/DefaultScheduler.js -r small"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Memristor-Robotics/mep-master.git"
  },
  "author": "Darko Lukic <lukicdarkoo@gmail.com>",
  "license": "GPL-2.0",
  "homepage": "https://memristor-robotics.github.io/",
  "dependencies": {
    "bindings": "^1.2.1",
    "bunyan": "^1.8.1",
    "bunyan-format": "^0.2.1",
    "nan": "^2.3.5",
    "nconf": "^0.9.1",
    "nconf-yaml": "^1.0.2",
    "pathfinding": "file:src/services/terrain/pathfinding",
    "sinon": "^4.1.1",
    "socketcan": "^2.2.2",
    "termios": "^0.1.3",
    "usage": "^0.7.1"
  },
  "devDependencies": {
    "esdoc": "^1.0.4",
    "esdoc-standard-plugin": "^1.0.0"
  }
}