todoApp/package.json

28 lines
598 B
JSON
Raw Permalink Normal View History

2018-09-21 17:25:50 +02:00
{
"name": "todoapp",
2018-10-03 20:58:43 +02:00
"version": "2.0.0",
2018-09-21 17:25:50 +02:00
"description": "",
"main": "todoApp.js",
"scripts": {
"test": "mocha"
2018-09-21 17:25:50 +02:00
},
"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",
2018-09-25 23:30:11 +02:00
"mocha": "^5.2.0",
"mocha-jsdom": "^2.0.0",
"node-localstorage": "^1.3.1"
2018-09-25 23:30:11 +02:00
},
"devDependencies": {}
2018-09-21 17:25:50 +02:00
}