aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2019-01-03 16:04:52 -0500
committerJesús <heckyel@hyperbola.info>2019-01-03 16:04:52 -0500
commit8863159339b73b7abd7d3f148dc0ad862994be07 (patch)
tree4e18539c643ada24b83494cde060a543fab5b740 /package.json
downloadportfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.lz
portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.tar.xz
portfolio-8863159339b73b7abd7d3f148dc0ad862994be07.zip
first commit
Diffstat (limited to 'package.json')
-rw-r--r--package.json18
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"
+ }
+}