Skip to content

Commit

Permalink
package.json and gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Diane Delallée committed Mar 3, 2021
0 parents commit c1fd65d
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Editors
.idea/
24 changes: 24 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"name": "artemis",
"version": "0.0.1",
"description": "A nice css library for bootstrap 5",
"main": "README.md",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/dianedelallee/artemis.git"
},
"keywords": [
"CSS",
"Bootstrap",
"Animate"
],
"author": "Diane Delallee <[email protected]> (https://fatalement.com)",
"license": "MIT",
"bugs": {
"url": "https://github.com/dianedelallee/artemis/issues"
},
"homepage": "https://github.com/dianedelallee/artemis#readme"
}

0 comments on commit c1fd65d

Please sign in to comment.