elm-ui-select/examples/package.json

19 lines
337 B
JSON
Raw Normal View History

2022-11-24 15:36:13 +03:00
{
"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"
}
}