Skip to content

Commit

Permalink
Merge pull request #3 from node-oauth/feature.new-org
Browse files Browse the repository at this point in the history
feature: update package.json name
  • Loading branch information
HappyZombies authored Oct 8, 2021
2 parents 6da8984 + a0a6fdb commit 83b3283
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 34 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

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

55 changes: 22 additions & 33 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,41 +1,20 @@
{
"name": "oauth2-server",
"name": "@node-oauth/oauth2-server",
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
"version": "4.0.0",
"keywords": [
"oauth",
"oauth2"
],
"contributors": [
{
"name": "Thom Seddon",
"email": "[email protected]"
},
{
"name": "Lars F. Karlström",
"email": "[email protected]"
},
{
"name": "Rui Marinho",
"email": "[email protected]"
},
{
"name": "Tiago Ribeiro",
"email": "[email protected]"
},
{
"name": "Michael Salinger",
"email": "[email protected]"
},
{
"name": "Nuno Sousa"
},
{
"name": "Max Truxa"
},
{
"name": "Daniel Reguero"
}
"Thom Seddon <[email protected]>",
"Lars F. Karlström <[email protected]>",
"Rui Marinho <[email protected]>",
"Tiago Ribeiro <[email protected]>",
"Michael Salinger <[email protected]>",
"Nuno Sousa",
"Max Truxa",
"Daniel Reguero"
],
"main": "index.js",
"dependencies": {
Expand All @@ -57,12 +36,22 @@
"node": ">=4.0"
},
"scripts": {
"pretest": "./node_modules/.bin/jshint --config ./.jshintrc lib test",
"pretest": "jshint --config ./.jshintrc lib test",
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'"
},
"repository": {
"type": "git",
"url": "https://github.com/node-oauth/node-oauth2-server.git"
}
"url": "git+https://github.com/node-oauth/node-oauth2-server.git"
},
"bugs": {
"url": "https://github.com/node-oauth/node-oauth2-server/issues"
},
"homepage": "https://github.com/node-oauth/node-oauth2-server#readme",
"directories": {
"doc": "docs",
"lib": "lib",
"test": "test"
},
"author": ""
}

0 comments on commit 83b3283

Please sign in to comment.