diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..fc07a47 --- /dev/null +++ b/package.json @@ -0,0 +1,18 @@ +{ + "name": "personal-site", + "version": "1.0.0", + "description": "web site", + "scripts": { + "test": "echo \"Error: no test specified\" && exit 1" + }, + "repository": { + "type": "git", + "url": "https://notabug.org/heckyel/personal-site.git" + }, + "author": "Jesús E.", + "license": "AGPL-3.0", + "dependencies": { + "jquery": "^3.3.1", + "normalize.css": "^8.0.1" + } +} |