27 lines
581 B
JSON
27 lines
581 B
JSON
{
|
|
"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",
|
|
"dependencies": {
|
|
"elm": "^0.18.0"
|
|
}
|
|
}
|