31 lines
880 B
JSON
31 lines
880 B
JSON
{
|
|
"name": "elmman",
|
|
"version": "1.0.0",
|
|
"description": "Just me practicing my Elm",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "docker run -it --rm -v \"$(pwd):/code\" -w \"/code\" -e \"HOME=/tmp\" -u $UID:$GID codesimple/elm:0.18 test",
|
|
"build-demo": "docker run -it --rm -v \"$(pwd):/code\" -w \"/code\" -e \"HOME=/tmp\" -u $UID:$GID codesimple/elm:0.18 make --output index.html main.elm"
|
|
},
|
|
"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": {},
|
|
"devDependencies": {
|
|
"elm": "^0.18.0",
|
|
"elm-oracle": "^1.1.1",
|
|
"elm-test": "^0.18.6"
|
|
}
|
|
}
|