mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-22 21:19:26 +03:00
33 lines
927 B
JSON
33 lines
927 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",
|
|
"examples": "cd examples/src && elm reactor"
|
|
},
|
|
"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": "^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"
|
|
}
|
|
}
|