From 7a945f28b1cc775adbd2bbbe8407126912852e7a Mon Sep 17 00:00:00 2001 From: nitrotap <9121718+nitrotap@users.noreply.github.com> Date: Thu, 11 May 2023 00:55:28 -0500 Subject: [PATCH] initializing npm --- package.json | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 package.json diff --git a/package.json b/package.json new file mode 100644 index 0000000..7eec018 --- /dev/null +++ b/package.json @@ -0,0 +1,27 @@ +{ + "name": "brain-lift", + "version": "0.0.1", + "description": "Learn about and track your cognitive load across different tasks.", + "main": "index.js", + "scripts": { + "test": "ng test" + }, + "repository": { + "type": "git", + "url": "git+https://github.com/nitrotap/brain-lift.git" + }, + "keywords": [ + "cognitive", + "load", + "brain", + "tracker", + "task", + "manager" + ], + "author": "nitrotap", + "license": "UNLICENSED", + "bugs": { + "url": "https://github.com/nitrotap/brain-lift/issues" + }, + "homepage": "https://github.com/nitrotap/brain-lift#readme" +}