First commit

This commit is contained in:
John Shaver 2016-10-18 11:16:58 -07:00
commit 6aed14f35a
1 changed files with 24 additions and 0 deletions

24
package.json Normal file
View File

@ -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"
}