jwebsite/package.json

33 lines
722 B
JSON
Raw Normal View History

2020-06-20 03:48:44 +00:00
{
"name": "www.neural-net.dev",
"version": "0.0.1",
"description": "Eduardo Cueto Mendoza Blog",
"main": "index.js",
"dependencies": {
"cheerio": "^1.0.0-rc.3",
2021-04-08 12:36:48 +00:00
"highlight": "^0.2.4",
"lunr": "^2.3.9"
2020-06-20 03:48:44 +00:00
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/EddieCueto/website.git"
},
"keywords": [
"Blog",
"Neural",
"Networks",
"Optimization",
"Artificial",
"Intelligence"
],
"author": "Eduardo Cueto Mendoza",
"license": "MIT",
"bugs": {
"url": "https://github.com/EddieCueto/website/issues"
},
"homepage": "https://github.com/EddieCueto/website#readme"
}