UNPKG

elm-hot

Version:
34 lines (33 loc) 580 B
{ "name": "elm-hot", "version": "1.1.6", "description": "Hot code swapping for Elm", "keywords": [ "Elm", "HMR", "hot", "reload" ], "author": "Keith Lazuka", "repository": { "type": "git", "url": "https://github.com/klazuka/elm-hot" }, "license": "MIT", "main": "src/index.js", "scripts": { "test": "./test.sh" }, "ava": { "files": [ "test/test.js" ] }, "devDependencies": { "ava": "^3.15.0", "chokidar": "^3.5.1", "express": "^4.17.1", "puppeteer": "^5.5.0", "tap-xunit": "^2.4.1" } }