From 6aed14f35a233bdbf3a751a2b52dfdf51baa235b Mon Sep 17 00:00:00 2001 From: John Shaver Date: Tue, 18 Oct 2016 11:16:58 -0700 Subject: [PATCH] First commit --- package.json | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..830d8c5 --- /dev/null +++ b/package.json @@ -0,0 +1,24 @@ +{ + "name": "elmman", + "version": "1.0.0", + "description": "Just me practicing my Elm", + "main": "index.js", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/bobjohnbob/elmman.git" + }, + "keywords": [ + "pacman", + "elm", + "noob" + ], + "author": "john@jshaver.net", + "license": "MIT", + "bugs": { + "url": "https://github.com/bobjohnbob/elmman/issues" + }, + "homepage": "https://github.com/bobjohnbob/elmman#readme" +}