{ "name": "examples", "version": "1.0.0", "description": "## to run:", "main": "index.js", "directories": { "test": "tests" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, "author": "", "license": "ISC", "devDependencies": { "elm": "^0.19.1-5", "elm-format": "^0.8.5" } }