https://github.com/tue-alga/squareslider
Raw File
Tip revision: d89b294d762798e19720addaf105bd6633d13ca8 authored by Willem Sonke on 18 May 2022, 09:53:44 UTC
Remove stub for unit tests
Tip revision: d89b294
package.json
{
  "name": "squareslider",
  "version": "0.0.1",
  "description": "Simulator for reconfiguration algorithms in the sliding squares model",
  "main": "index.js",
  "scripts": {
    "build": "webpack",
    "watch": "webpack --watch",
    "start": "webpack-dev-server --open"
  },
  "author": "Willem Sonke and Jules Wulms",
  "license": "GPL-3.0",
  "dependencies": {
    "pixi-filters": "3.1.1",
    "pixi-viewport": "4.23.1",
    "pixi.js": "5.2.1"
  },
  "devDependencies": {
    "@types/chai": "4.2.11",
    "@types/mocha": "7.0.2",
    "chai": "4.2.0",
    "mocha": "7.1.1",
    "source-map-support": "0.5.16",
    "ts-loader": "6.2.2",
    "typescript": "^4.3.0",
    "webpack": "4.42.1",
    "webpack-bundle-analyzer": "^4.5.0",
    "webpack-cli": "3.3.11",
    "webpack-dev-server": "3.10.3"
  }
}
back to top