Skip to content

Commit

Permalink
Update package.json.
Browse files Browse the repository at this point in the history
  • Loading branch information
kovacsv committed Oct 7, 2021
1 parent ce58be2 commit 1cf555a
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
{
"name": "assimpjs",
"description": "Javascript interface for the assimp library.",
"version": "0.0.4",
"repository": "github:kovacsv/assimpjs",
"description": "Javascript interface for the assimp library.",
"license": "MIT",
"main": "./dist/assimpjs.js",
"repository": "github:kovacsv/assimpjs",
"keywords": [
"assimp",
"3d",
"model",
"converter"
],
"devDependencies": {
"http-server": "^0.12.3",
"mocha": "^8.3.2"
Expand Down

0 comments on commit 1cf555a

Please sign in to comment.