2019-11-13 03:27:56 +03:00
|
|
|
{
|
|
|
|
"name": "elm-spa",
|
2019-12-12 02:29:29 +03:00
|
|
|
"version": "3.0.0",
|
2019-11-13 03:27:56 +03:00
|
|
|
"description": "the cli companion tool for ryannhg/elm-spa",
|
|
|
|
"main": "src/index.js",
|
2019-11-24 22:44:50 +03:00
|
|
|
"bin": "src/index.js",
|
2019-11-13 03:27:56 +03:00
|
|
|
"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"
|
|
|
|
}
|