Skip to content

Instantly share code, notes, and snippets.

@bburdette
Created October 31, 2015 15:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bburdette/ffc8195d19fdce6de829 to your computer and use it in GitHub Desktop.
Save bburdette/ffc8195d19fdce6de829 to your computer and use it in GitHub Desktop.
{
"version": "1.0.0",
"summary": "web controls for sending/receiving OSC messages.",
"repository": "https://github.com/USER/PROJECT.git",
"license": "BSD3",
"source-directories": [
"."
],
"exposed-modules": [],
"native-modules": true,
"dependencies": {
"elm-lang/core": "2.1.0 <= v < 3.0.0",
"evancz/elm-effects": "1.0.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",
"evancz/start-app": "2.0.0 <= v < 3.0.0",
"evancz/virtual-dom": "2.1.0 <= v < 3.0.0"
},
"elm-version": "0.15.1 <= v < 0.16.0"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment