elm-spa/package.json
Ryan Haskell-Glatz 377f81c79f rename folders
2019-10-16 00:02:06 -05:00

20 lines
449 B
JSON

{
"name": "basic",
"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"
},
"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"
}
}