elmman/package.json

31 lines
661 B
JSON
Raw Normal View History

2016-10-18 18:16:58 +00:00
{
"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"
},
2017-06-02 04:13:58 +00:00
"homepage": "https://github.com/bobjohnbob/elmman#readme",
2017-06-17 22:31:32 +00:00
"dependencies": {},
"devDependencies": {
"elm": "^0.18.0",
"elm-oracle": "^1.1.1",
"elm-test": "^0.18.6"
2017-06-02 04:13:58 +00:00
}
2016-10-18 18:16:58 +00:00
}