-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
28 lines (28 loc) · 848 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
{
"name": "gen-elm-wrappers",
"version": "1.0.0",
"description": "Generate boilerplate Elm modules wrapping Dicts and Sets with keys that don’t support comparable.",
"private": true,
"main": "index.js",
"scripts": {
"test": "bin/test.sh",
"test:go:watch": "{ echo 0 ; fswatch -o src ; } | while read num ; do date +'---- %Y-%m-%d %T' ; go test github.com/dave4420/gen-elm-wrappers/src ; done"
},
"repository": {
"type": "git",
"url": "git+ssh://[email protected]/dave4420/gen-elm-wrappers.git"
},
"keywords": [
"Elm"
],
"author": "Dave Hinton",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/dave4420/gen-elm-wrappers/issues"
},
"homepage": "https://github.com/dave4420/gen-elm-wrappers#readme",
"devDependencies": {
"elm": "^0.19.1-5",
"elm-format": "^0.8.7"
}
}