mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-22 17:52:33 +03:00
21 lines
471 B
JSON
21 lines
471 B
JSON
{
|
|
"name": "elm-spa",
|
|
"version": "1.0.0",
|
|
"description": "> a barebones example app made with ryannhg/elm-app",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"dev": "parcel example/index.html",
|
|
"build": "parcel build example/index.html"
|
|
},
|
|
"bin": "./cli/index.js",
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"elm": "0.19.1-3",
|
|
"elm-hot": "^1.1.2",
|
|
"node-elm-compiler": "^5.0.4",
|
|
"parcel-bundler": "^1.12.4"
|
|
}
|
|
}
|