forked from choonkeat/elm-auto-encoder-decoder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 973 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
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"name": "elm-auto-encoder-decoder",
"bin": {
"elm-auto-encoder-decoder": "./index.js"
},
"version": "1.8.1",
"description": "Watch for file changes and auto generate JSON encoder and decoder for *.elm types",
"main": "index.js",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"elm-test": "^0.19.1-revision4",
"elm-verify-examples": "^5.0.0"
},
"scripts": {
"test": "elm-verify-examples && elm-test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/choonkeat/elm-auto-encoder-decoder.git"
},
"keywords": [
"elm",
"auto",
"generate",
"json",
"encoder",
"decoder"
],
"files": [
"index.js",
"build/Main.js"
],
"author": "Chew Choon Keat",
"license": "MIT",
"bugs": {
"url": "https://github.com/choonkeat/elm-auto-encoder-decoder/issues"
},
"homepage": "https://github.com/choonkeat/elm-auto-encoder-decoder#readme"
}