2019-11-11 23:53:23 +01:00
|
|
|
{
|
|
|
|
"name": "selfdefined",
|
|
|
|
"private": true,
|
|
|
|
"version": "0.1.0",
|
|
|
|
"description": "A modern dictionary about us.",
|
|
|
|
"main": "index.js",
|
|
|
|
"scripts": {
|
|
|
|
"build": "eleventy",
|
|
|
|
"watch": "eleventy --watch",
|
2019-11-15 20:09:35 +01:00
|
|
|
"serve": "eleventy --serve",
|
2019-11-18 23:59:33 +01:00
|
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
|
|
"create-definitions": "bin/create-definitions"
|
|
|
|
},
|
|
|
|
"bin": {
|
|
|
|
"create-definitions": "bin/create-definitions"
|
2019-11-11 23:53:23 +01:00
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/tatianamac/selfdefined.git"
|
|
|
|
},
|
|
|
|
"keywords": [
|
|
|
|
"dictionary"
|
|
|
|
],
|
|
|
|
"author": "Tatiana Mac",
|
|
|
|
"license": "ISC",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/tatianamac/selfdefined/issues"
|
|
|
|
},
|
|
|
|
"homepage": "https://github.com/tatianamac/selfdefined#readme",
|
|
|
|
"dependencies": {
|
2019-11-17 22:26:11 +01:00
|
|
|
"@11ty/eleventy": "^0.9.0",
|
|
|
|
"markdown-it-anchor": "^5.2.5",
|
|
|
|
"markdown-it-prism": "^2.0.3",
|
|
|
|
"prism-themes": "^1.3.0"
|
2019-11-18 23:59:33 +01:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"esm": "^3.2.25",
|
|
|
|
"slugify": "^1.3.6"
|
2019-11-11 23:53:23 +01:00
|
|
|
}
|
|
|
|
}
|