@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">
42 lines (41 loc) • 1.1 kB
JSON
{
"name": "elm-webpack-loader",
"version": "5.0.0",
"description": "Webpack loader for the Elm programming language.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js"
},
"engines": {
"node": ">=6.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/elm-community/elm-webpack-loader.git"
},
"keywords": [
"elm",
"webpack",
"loader"
],
"author": "elm-community",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/elm-community/elm-webpack-loader/issues"
},
"homepage": "https://github.com/elm-community/elm-webpack-loader",
"dependencies": {
"elm": "^0.19.0",
"glob": "^7.1.1",
"loader-utils": "^1.0.2",
"node-elm-compiler": "^5.0.0",
"yargs": "^6.5.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "3.0.2"
}
,"_resolved": "https://registry.npmjs.org/elm-webpack-loader/-/elm-webpack-loader-5.0.0.tgz"
,"_integrity": "sha512-d1a06wvnQzXsAAakkI+lB2uQ9m3BREAqRFk/foxdznQ2Ge29ygkBUGQZ3spNwOy8hLo55ULKd9n1eifW9HJ5ag=="
,"_from": "elm-webpack-loader@5.0.0"
}