aboutsummaryrefslogtreecommitdiff
path: root/elm-package.json
diff options
context:
space:
mode:
authorJoris Guyonvarch2015-03-16 00:15:05 +0100
committerJoris Guyonvarch2015-03-16 00:15:05 +0100
commitcd3b37adebca99138fad1acca37908183036ace9 (patch)
treed566ae0564d82ab94901e4deda98f36abd22ad2d /elm-package.json
Initial commit, can create and name 5 minute timers, can toggle running state
Diffstat (limited to 'elm-package.json')
-rw-r--r--elm-package.json15
1 files changed, 15 insertions, 0 deletions
diff --git a/elm-package.json b/elm-package.json
new file mode 100644
index 0000000..9a8a7ea
--- /dev/null
+++ b/elm-package.json
@@ -0,0 +1,15 @@
+{
+ "version": "0.0.1",
+ "summary": "",
+ "description": "",
+ "license": "BSD3",
+ "source-directories": [
+ "src"
+ ],
+ "exposed-modules": [],
+ "dependencies": {
+ "elm-lang/core": "1.0.0 <= v < 2.0.0",
+ "evancz/elm-html": "1.0.0 <= v < 2.0.0"
+ },
+ "repository": "https://github.com/guyonvarch/timer.git"
+}