mirror of
https://gitlab.silvrtree.co.uk/martind2000/recipes.git
synced 2025-01-10 21:15:08 +00:00
24 lines
391 B
JSON
24 lines
391 B
JSON
{
|
|
"name": "Keeper",
|
|
"description": "",
|
|
"main": "keeper-server.js",
|
|
"authors": [
|
|
"Martin Donnelly <martind2000@gmail.com>"
|
|
],
|
|
"license": "ISC",
|
|
"homepage": "",
|
|
"private": true,
|
|
"ignore": [
|
|
"**/.*",
|
|
"node_modules",
|
|
"bower_components",
|
|
"src/bower_modules",
|
|
"test",
|
|
"tests"
|
|
],
|
|
"dependencies": {
|
|
"jquery": "^3.0.0",
|
|
"mui": "^0.6.5"
|
|
}
|
|
}
|