-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 738 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 738 Bytes
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
{
"name": "elm-bytes-extra",
"version": "1.2.1",
"description": "Helpers for working with elm/bytes",
"main": "src/Bytes/Extra.elm",
"directories": {
"test": "tests"
},
"dependencies": {},
"devDependencies": {
"elm": "^0.19.0-no-deps",
"elm-format": "^0.8.2",
"elm-test": "^0.19.0-rev6",
"elm-verify-examples": "^5.0.0"
},
"scripts": {
"test": "make test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/TSFoster/elm-bytes-extra.git"
},
"author": "T.S. Foster",
"license": "BSD-3-Clause",
"bugs": {
"url": "https://github.com/TSFoster/elm-bytes-extra/issues"
},
"homepage": "https://package.elm-lang.org/packages/TSFoster/elm-bytes-extra/latest/"
}