12345678910111213141516171819202122232425262728 |
- {
- "name": "atompm",
- "version": "0.8.2",
- "description": "A Tool for Multi-Paradigm Modelling",
- "license": "LGPL-3.0-only",
- "homepage": "https://atompm.github.io/",
- "bugs": {
- "url": "https://msdl.uantwerpen.be/git/simon/AToMPM/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://msdl.uantwerpen.be/git/simon/AToMPM"
- },
- "dependencies": {
- "socket.io": "^0.9.19",
- "socket.io-client": "^0.9.16"
- },
- "devDependencies": {
- "chromedriver": "^77.0",
- "glob": "^7.1.4",
- "nightwatch": "^1.2.4",
- "selenium-server": "^3.141.59"
- },
- "scripts": {
- "test": "./run_tests.sh"
- }
- }
|