elm-hot
Version:
Hot code swapping for Elm
34 lines (33 loc) • 580 B
JSON
{
"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"
}
}