{ "name": "todoapp", "version": "2.0.0", "description": "", "main": "todoApp.js", "scripts": { "test": "mocha" }, "repository": { "type": "git", "url": "git+https://github.com/hamburghammer/todoApp.git" }, "author": "", "license": "ISC", "bugs": { "url": "https://github.com/hamburghammer/todoApp/issues" }, "homepage": "https://github.com/hamburghammer/todoApp#readme", "dependencies": { "chai": "^4.1.2", "dom-test": "^0.3.0", "mocha": "^5.2.0", "mocha-jsdom": "^2.0.0", "node-localstorage": "^1.3.1" }, "devDependencies": {} }