Skip to content

Commit

Permalink
chore: add package.json project data
Browse files Browse the repository at this point in the history
  • Loading branch information
romelperez committed Dec 18, 2020
1 parent 6bfebc4 commit d505ffa
Show file tree
Hide file tree
Showing 10 changed files with 77 additions and 535 deletions.
22 changes: 3 additions & 19 deletions packages/animation/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

17 changes: 11 additions & 6 deletions packages/animation/package.json
Expand Up @@ -4,9 +4,15 @@
"publishConfig": {
"access": "public"
},
"description": "Arwes Animation Tools",
"description": "Futuristic Sci-Fi UI Web Framework",
"keywords": [
"arwes"
"arwes",
"ui",
"front-end",
"framework",
"scifi",
"sci-fi",
"science-fiction"
],
"homepage": "https://arwes.dev",
"repository": {
Expand All @@ -18,12 +24,11 @@
},
"license": "MIT",
"files": [
"lib"
"lib",
"dist"
],
"main": "lib/index.js",
"dependencies": {
"@babel/runtime": "^7.11.2"
},
"unpkg": "dist/animation.min.js",
"peerDependencies": {
"prop-types": "*",
"react": "17.x"
Expand Down

0 comments on commit d505ffa

Please sign in to comment.