{ "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": { "mammoth": "git+ssh://git@192.168.1.5:forks/mammoth-lib.git" }, "devDependencies": { "typescript": "^2.6.2" } }