elm-ui-select/examples/package.json
2022-11-24 12:36:13 +00:00

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"
}
}