Add elm-package.json file

This commit is contained in:
Evan Czaplicki 2014-12-10 03:27:15 -08:00
parent 51f7753641
commit fa4e392925

13
elm-package.json Normal file
View file

@ -0,0 +1,13 @@
{
"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"
}
}