{ "name": "atompm", "version": "0.7.0", "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.38.3", "glob": "^7.1.2", "nightwatch": "^0.9.21", "selenium-server": "^3.12.0" }, "scripts": { "test": "./run_tests.sh" } }