-
Notifications
You must be signed in to change notification settings - Fork 12
/
package.json
27 lines (27 loc) · 870 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
{
"name": "elm-input-extra",
"version": "1.0.0",
"description": "Commonly used Html element with extra functionality. This library implements [reusable views](https://guide.elm-lang.org/reuse/more.html) instead of nested component, making it fit nicely in your `view` function, and doesn't complicate your `update` function.",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"elm": "^0.19.1-3",
"elm-test": "^0.19.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/abadi199/elm-input-extra.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/abadi199/elm-input-extra/issues"
},
"homepage": "https://github.com/abadi199/elm-input-extra#readme"
}