33 lines
722 B
JSON
Executable File
33 lines
722 B
JSON
Executable File
{
|
|
"name": "www.neural-net.dev",
|
|
"version": "0.0.1",
|
|
"description": "Eduardo Cueto Mendoza Blog",
|
|
"main": "index.js",
|
|
"dependencies": {
|
|
"cheerio": "^1.0.0-rc.3",
|
|
"highlight": "^0.2.4",
|
|
"lunr": "^2.3.9"
|
|
},
|
|
"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"
|
|
}
|