mirror of
https://github.com/ryannhg/elm-spa.git
synced 2024-11-25 23:43:02 +03:00
34 lines
773 B
JSON
34 lines
773 B
JSON
{
|
|
"name": "elm-spa",
|
|
"version": "4.0.3",
|
|
"description": "single page apps made easy",
|
|
"main": "index.js",
|
|
"bin": "./index.js",
|
|
"directories": {
|
|
"test": "tests"
|
|
},
|
|
"scripts": {
|
|
"build": "elm make src/Main.elm --optimize --output dist/elm.worker.js",
|
|
"test": "elm-test",
|
|
"test:watch": "elm-test --watch",
|
|
"dev": "chokidar src -c \"(npm run build || true)\""
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/ryannhg/elm-spa.git"
|
|
},
|
|
"keywords": [
|
|
"elm",
|
|
"spa",
|
|
"web",
|
|
"framework"
|
|
],
|
|
"author": "Ryan Haskell-Glatz",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/ryannhg/elm-spa/issues"
|
|
},
|
|
"homepage": "https://github.com/ryannhg/elm-spa#readme",
|
|
"dependencies": {}
|
|
}
|