forked from elm-community/elm-webpack-loader
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
38 lines (38 loc) · 858 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "elm-webpack-loader",
"version": "8.0.0",
"description": "Webpack loader for the Elm programming language.",
"main": "index.js",
"scripts": {
"test": "mocha test/*.js"
},
"engines": {
"node": ">=8.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": {
"loader-utils": "^2.0.0",
"node-elm-compiler": "^5.0.0"
},
"devDependencies": {
"chai": "^3.4.1",
"mocha": "^6.1.4"
},
"peerDependencies": {
"elm": "^0.19.1-3 || 0.19.0-no-deps"
}
}