12345678910111213141516171819202122232425262728 |
- {
- "name": "atompm",
- "version": "0.8.1",
- "description": "A Tool for Multi-Paradigm Modelling",
- "license": "LGPL-3.0-only",
- "homepage": "https://atompm.github.io/",
- "bugs": {
- "url": "https://github.com/AToMPM/atompm/issues"
- },
- "repository": {
- "type": "git",
- "url": "https://github.com/AToMPM/atompm"
- },
- "dependencies": {
- "socket.io": "^0.9.19",
- "socket.io-client": "^0.9.16"
- },
- "devDependencies": {
- "chromedriver": "^2.43.1",
- "glob": "^7.1.2",
- "nightwatch": "^0.9.21",
- "selenium-server": "^3.13.0"
- },
- "scripts": {
- "test": "./run_tests.sh"
- }
- }
|