unison/editor/elm-package.json
2015-02-26 14:06:11 -05:00

17 lines
422 B
JSON

{
"version": "1.0.0",
"summary": "w00t",
"repository": "https://github.com/USER/PROJECT.git",
"license": "MIT",
"source-directories": [
"src"
],
"exposed-modules": ["Messages"],
"native-modules" : true,
"dependencies": {
"elm-lang/core" : "1.0.0 <= v < 2.0.0",
"Dandandan/Easing" : "1.0.1 <= v < 2.0.0",
"Dandandan/parser" : "5.0.1 <= v < 6.0.0"
}
}