mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-22 21:19:26 +03:00
28 lines
787 B
JSON
28 lines
787 B
JSON
{
|
|
"name": "elm-ui-select",
|
|
"description": "A select widget for elm-ui.",
|
|
"version": "1.0.0",
|
|
"scripts": {
|
|
"test": "cd examples && elm-test && cd ../",
|
|
"review": "elm-review",
|
|
"review-examples": "elm-review --elmjson examples/elm.json --config=review --ignore-dirs=../src",
|
|
"ci": "npm run review && npm run review-examples && npm run test"
|
|
},
|
|
"pre-commit": [
|
|
"review"
|
|
],
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/nunntom/elm-ui-select.git"
|
|
},
|
|
"author": "Tom Nunn",
|
|
"license": "BSD-3-Clause",
|
|
"bugs": {
|
|
"url": "https://github.com/nunntom/elm-ui-select/issues"
|
|
},
|
|
"homepage": "https://github.com/nunntom/elm-ui-select#readme",
|
|
"devDependencies": {
|
|
"elm-review": "^2.7.3",
|
|
"pre-commit": "^1.2.2"
|
|
}
|
|
} |