mirror of
https://github.com/nunntom/elm-ui-select.git
synced 2024-11-27 00:49:07 +03:00
19 lines
337 B
JSON
19 lines
337 B
JSON
{
|
|
"name": "examples",
|
|
"version": "1.0.0",
|
|
"description": "## to run:",
|
|
"main": "index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"elm": "^0.19.1-5",
|
|
"elm-format": "^0.8.5"
|
|
}
|
|
}
|