elm-spa/cli/package.json
Ryan Haskell-Glatz a07f43c484 bump npm version
2020-03-28 01:17:18 -05:00

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