elm-pages-v3-beta/package.json

22 lines
559 B
JSON
Raw Normal View History

2019-07-22 18:11:26 +03:00
{
"name": "elm-markup-pages",
"version": "1.0.0",
"description": "Static site generator for elm-markup.",
"scripts": {
"start": "parcel src/index.html",
"build": "rm -r dist && parcel build src/index.html --public-url ./",
"test": "elm-test",
"autotest": "elm-test --watch"
},
"author": "Dillon Kearns",
"license": "BSD-3",
"dependencies": {},
"devDependencies": {
"elm": "^0.19.0-no-deps",
"elm-hot": "^1.0.1",
"elm-test": "^0.19.0-rev6",
"node-elm-compiler": "^5.0.3",
"parcel-bundler": "^1.12.0"
}
}