CORE-POS/IS4C

View on GitHub
pos/electron/package.json

Summary

Maintainability
Test Coverage
{
  "name": "core-lane",
  "version": "1.0.0",
  "description": "Electron.js wrapper to run CORE as an application",
  "main": "index.js",
  "scripts": {
    "test": "echo \"Error: no test specified\" && exit 1"
  },
  "author": "andy@gohanman.com",
  "license": "GPL-2.0",
  "dependencies": {
    "browserify": "^16.1.0",
    "electron": "^9.1.0"
  }
}