Skip to content

Commit

Permalink
Update package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
janogonzalez committed May 8, 2020
1 parent 78feeff commit c65756e
Showing 1 changed file with 18 additions and 16 deletions.
34 changes: 18 additions & 16 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,27 +2,29 @@
"name": "priorityqueuejs",
"version": "2.0.0",
"description": "a simple priority queue data structure",
"author": "Jano González <[email protected]>",
"devDependencies": {
"mocha": "*",
"expect.js": "*"
},
"readmeFilename": "README.md",
"main": "index.js",
"dependencies": {},
"scripts": {
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git:https://github.com/janogonzalez/priorityqueuejs.git"
},
"keywords": [
"heap",
"priority",
"queue",
"priority queue",
"data structure"
],
"license": "MIT"
"homepage": "https://github.com/janogonzalez/priorityqueuejs",
"bugs": {
"url": "https://github.com/janogonzalez/priorityqueuejs/issues"
},
"license": "MIT",
"author": "Jano González <[email protected]> (http:https://janogonzalez.com)",
"main": "index.js",
"repository": {
"type": "git",
"url": "git:https://github.com/janogonzalez/priorityqueuejs.git"
},
"scripts": {
"test": "mocha"
},
"devDependencies": {
"mocha": "*",
"expect.js": "*"
}
}

0 comments on commit c65756e

Please sign in to comment.