mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-22 03:33:11 +03:00
34 lines
1.0 KiB
JSON
34 lines
1.0 KiB
JSON
{
|
|
"name": "elm-ui-select",
|
|
"description": "A select widget for elm-ui with keyboard input, filtering, menu scrolling and requests!",
|
|
"version": "4.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",
|
|
"examples": "cd examples/src && elm reactor",
|
|
"build-demo": "cd demo && npm run build"
|
|
},
|
|
"pre-commit": [
|
|
"ci"
|
|
],
|
|
"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": "^0.19.1-5",
|
|
"elm-format": "^0.8.5",
|
|
"elm-review": "^2.7.3",
|
|
"elm-test": "^0.19.1-revision9",
|
|
"pre-commit": "^1.2.2"
|
|
}
|
|
}
|