elm-spa/package.json

20 lines
449 B
JSON
Raw Normal View History

2019-10-15 06:38:53 +03:00
{
"name": "basic",
"version": "1.0.0",
"description": "> a barebones example app made with ryannhg/elm-app",
"main": "index.js",
"scripts": {
2019-10-16 07:48:33 +03:00
"dev": "parcel example/index.html",
2019-10-16 08:02:06 +03:00
"build": "parcel build example/index.html"
2019-10-15 06:38:53 +03:00
},
"keywords": [],
"author": "",
"license": "ISC",
"devDependencies": {
"elm": "^0.19.0-no-deps",
"elm-hot": "^1.1.2",
"node-elm-compiler": "^5.0.4",
"parcel-bundler": "^1.12.4"
}
}