UNPKG

todomvc-example-in-vanilla-javascript-using-elm-architecture-

Version:

Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!

48 lines (47 loc) 1.32 kB
{ "name": "todomvc-example-in-vanilla-javascript-using-elm-architecture-", "description": "Learn how to use The Elm Architecture in JavaScript to create functional and fast UI!", "version": "1.0.2", "homepage": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example", "main": "index.html", "repository": { "type": "git", "url": "https://github.com/dwyl/todomvc-vanilla-javascript-elm-architecture-example.git" }, "author": "@dwyl & friends!", "devDependencies": { "decache": "^4.5.1", "istanbul": "^0.4.5", "jsdom": "^14.0.0", "jsdom-global": "^3.0.2", "live-server": "^1.2.1", "pre-commit": "^1.2.2", "tap-spec": "^5.0.0", "tape": "^4.10.1" }, "scripts": { "check-coverage": "istanbul check-coverage --statements 100 --functions 100 --lines 100 --branches 100", "postinstall": "npm test", "retest": "PORT=8000 node_modules/.bin/nodemon ./test/*.js", "start": "node lib/server.js", "dev": "live-server", "test": "istanbul cover tape ./test/*.test.js | tap-spec" }, "keywords": [ "Todo List", "TodoMVC", "functional", "fast", "learn", "beginner", "tutorial", "how to", "Elm", "architecture" ], "license": "ISC", "pre-commit": [ "test", "check-coverage" ] }