elm-highchart/elm-package.json

15 lines
391 B
JSON
Raw Permalink Normal View History

2014-12-20 21:03:05 +00:00
{
"version": "1.0.0",
"summary": "some small examples to help you get started with elm-reactor",
"repository": "https://github.com/evancz/elm-examples.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"dependencies": {
"elm-lang/core": "1.0.0 <= v < 2.0.0",
"evancz/elm-html": "1.0.0 <= v < 2.0.0"
}
}