mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-23 02:04:22 +03:00
29 lines
708 B
JSON
29 lines
708 B
JSON
{
|
|
"name": "elm-spa",
|
|
"version": "2.0.4",
|
|
"description": "the cli companion tool for ryannhg/elm-spa",
|
|
"main": "src/index.js",
|
|
"bin": "src/index.js",
|
|
"scripts": {
|
|
"start": "npm run build && node src/index.js",
|
|
"build": "npm run elm:compile",
|
|
"elm:compile": "elm make src/elm/Main.elm --output=dist/elm.compiled.js --optimize"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ryannhg/elm-spa.git"
|
|
},
|
|
"keywords": [
|
|
"elm",
|
|
"spa",
|
|
"cli",
|
|
"framework"
|
|
],
|
|
"author": "Ryan Haskell-Glatz",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ryannhg/elm-spa/issues"
|
|
},
|
|
"homepage": "https://github.com/ryannhg/elm-spa#readme"
|
|
}
|