-
Notifications
You must be signed in to change notification settings - Fork 3
/
elm-package.json
25 lines (25 loc) · 1015 Bytes
/
elm-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
{
"version": "0.1.0",
"summary": "A DNN module to embed scripts in your DNN website",
"repository": "https://github.com/engagesoftware/engage-jackrabbit.git",
"license": "MIT",
"source-directories": [
"Jackrabbit"
],
"exposed-modules": [],
"dependencies": {
"NoRedInk/elm-decode-pipeline": "1.1.2 <= v < 2.0.0",
"elm-community/elm-test": "2.1.0 <= v < 3.0.0",
"elm-community/list-extra": "3.1.0 <= v < 4.0.0",
"elm-community/maybe-extra": "2.0.0 <= v < 3.0.0",
"elm-lang/core": "4.0.0 <= v < 5.0.0",
"elm-lang/dom": "1.1.0 <= v < 2.0.0",
"elm-lang/html": "1.0.0 <= v < 2.0.0",
"evancz/elm-http": "3.0.1 <= v < 4.0.0",
"lukewestby/elm-http-builder": "1.1.0 <= v < 2.0.0",
"rtfeldman/html-test-runner": "1.0.0 <= v < 2.0.0",
"rtfeldman/node-test-runner": "2.0.1 <= v < 3.0.0",
"thebritican/elm-autocomplete": "4.0.2 <= v < 5.0.0"
},
"elm-version": "0.17.0 <= v < 0.18.0"
}