Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

Commit

Permalink
initializing npm
Browse files Browse the repository at this point in the history
  • Loading branch information
nitrotap committed May 11, 2023
1 parent 72a9d35 commit 7a945f2
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 7a945f2

Please sign in to comment.