mirror of
https://github.com/jfmengels/elm-review.git
synced 2024-12-26 11:13:39 +03:00
28 lines
793 B
JSON
28 lines
793 B
JSON
{
|
|
"name": "elm-lint",
|
|
"version": "1.0.0",
|
|
"description": "An [Elm](http://elm-lang.org/) linter written in Elm. Get your code from correct to better. You can learn about the API and the rules it provides on the [package documentation](http://package.elm-lang.org/packages/jfmengels/elm-lint).",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"example": "example",
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "elm-test"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/jfmengels/elm-lint.git"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/jfmengels/elm-lint/issues"
|
|
},
|
|
"homepage": "https://github.com/jfmengels/elm-lint#readme",
|
|
"dependencies": {
|
|
"elm": "^0.19.0-bugfix2",
|
|
"elm-format": "^0.8.1"
|
|
}
|
|
}
|