diff options
author | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:04:52 -0500 |
---|---|---|
committer | Jesús <heckyel@hyperbola.info> | 2019-01-03 16:04:52 -0500 |
commit | 8863159339b73b7abd7d3f148dc0ad862994be07 (patch) | |
tree | 4e18539c643ada24b83494cde060a543fab5b740 /package.json | |
download | portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.lz portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.xz portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.zip |
first commit
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" + } +} |