mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-01-22 17:30:00 +00:00
add package.json
This commit is contained in:
parent
fd910cb112
commit
a0601e4b24
28
package.json
Normal file
28
package.json
Normal file
@ -0,0 +1,28 @@
|
||||
{
|
||||
"name": "selfdefined",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"description": "A modern dictionary about us.",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"build": "eleventy",
|
||||
"watch": "eleventy --watch",
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"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": {
|
||||
"@11ty/eleventy": "^0.9.0"
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user