{ "name": "mammoth-example", "version": "1.0.0", "description": "", "main": "main.js", "scripts": { "start": "electron .", "test": "echo \"Error: no test specified\" && exit 1" }, "author": "redforks@gmail.com", "license": "ISC", "dependencies": { "@types/react-router-redux": "^5.0.10", "electron": "^1.7.10", "mammoth": "git+file:///home/forks/work/mammoth-lib.git", "tslint": "^5.8.0" }, "devDependencies": { "typescript": "^2.6.2" } }