@dillonkearns/elm-graphql
Version:
<img src="https://cdn.jsdelivr.net/gh/martimatix/logo-graphqelm/logo.svg" alt="dillonearns/elm-graphql logo" width="40%" align="right">
38 lines (37 loc) • 811 B
JSON
{
"name": "elm-hot",
"version": "1.0.1",
"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": "ava"
},
"ava": {
"files": [
"test/test.js"
]
},
"devDependencies": {
"ava": "1.0.0-beta.6",
"chokidar": "^2.0.4",
"elm": "^0.19.0",
"express": "^4.16.3",
"puppeteer": "^1.5.0",
"tap-xunit": "^2.3.0"
}
,"_resolved": "https://registry.npmjs.org/elm-hot/-/elm-hot-1.0.1.tgz"
,"_integrity": "sha512-C6VEX3TqVJv+OhUKMMb2mcaSuRArqvCFNItqxue81/mlfX4PWwvovE5vqocgO3AnrStyHElCRm0KNknfDttEBw=="
,"_from": "elm-hot@1.0.1"
}