Skip to content
This repository has been archived by the owner on Feb 4, 2021. It is now read-only.

Commit

Permalink
edit package.json for npm publish
Browse files Browse the repository at this point in the history
  • Loading branch information
windmichael committed Dec 15, 2019
1 parent f8c5ce8 commit b649f2b
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions projects/ng-image-as-particles/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,26 @@
{
"name": "ng-image-as-particles",
"version": "1.0.0",
"description": "Angular library to show images as particles with using three.js",
"author": "Michael Wind",
"repository": {
"type": "git",
"url": "https://github.com/windmichael/ng-image-as-particles.git"
},
"bugs":{
"url": "https://github.com/windmichael/ng-image-as-particles/issues"
},
"homepage": "https://github.com/windmichael/ng-image-as-particles",
"keywords": [
"three.js",
"threejs",
"particles",
"animated background",
"interactive particles",
"angular",
"image as particles",
"particle effect"
],
"peerDependencies": {
"@angular/common": "^8.2.14",
"@angular/core": "^8.2.14",
Expand Down

0 comments on commit b649f2b

Please sign in to comment.