elm-architecture-tutorial/examples/8/elm-package.json
2015-08-10 18:24:23 -07:00

20 lines
No EOL
618 B
JSON

{
"version": "1.0.0",
"summary": "helpful summary of your project, less than 80 characters",
"repository": "https://github.com/USER/PROJECT.git",
"license": "BSD3",
"source-directories": [
".",
"../../src"
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"Dandandan/Easing": "1.0.3 <= v < 2.0.0",
"elm-lang/core": "2.1.0 <= v < 3.0.0",
"evancz/elm-html": "4.0.1 <= v < 5.0.0",
"evancz/elm-http": "1.0.0 <= v < 2.0.0",
"evancz/elm-svg": "2.0.0 <= v < 3.0.0"
},
"elm-version": "0.15.1 <= v < 0.16.0"
}