Skip to content

Commit 83b3283

Browse files
authored
Merge pull request #3 from node-oauth/feature.new-org
feature: update package.json name
2 parents 6da8984 + a0a6fdb commit 83b3283

File tree

2 files changed

+23
-34
lines changed

2 files changed

+23
-34
lines changed

package-lock.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+22-33
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,20 @@
11
{
2-
"name": "oauth2-server",
2+
"name": "@node-oauth/oauth2-server",
33
"description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
44
"version": "4.0.0",
55
"keywords": [
66
"oauth",
77
"oauth2"
88
],
99
"contributors": [
10-
{
11-
"name": "Thom Seddon",
12-
"email": "[email protected]"
13-
},
14-
{
15-
"name": "Lars F. Karlström",
16-
"email": "[email protected]"
17-
},
18-
{
19-
"name": "Rui Marinho",
20-
"email": "[email protected]"
21-
},
22-
{
23-
"name": "Tiago Ribeiro",
24-
"email": "[email protected]"
25-
},
26-
{
27-
"name": "Michael Salinger",
28-
"email": "[email protected]"
29-
},
30-
{
31-
"name": "Nuno Sousa"
32-
},
33-
{
34-
"name": "Max Truxa"
35-
},
36-
{
37-
"name": "Daniel Reguero"
38-
}
10+
"Thom Seddon <[email protected]>",
11+
"Lars F. Karlström <[email protected]>",
12+
"Rui Marinho <[email protected]>",
13+
"Tiago Ribeiro <[email protected]>",
14+
"Michael Salinger <[email protected]>",
15+
"Nuno Sousa",
16+
"Max Truxa",
17+
"Daniel Reguero"
3918
],
4019
"main": "index.js",
4120
"dependencies": {
@@ -57,12 +36,22 @@
5736
"node": ">=4.0"
5837
},
5938
"scripts": {
60-
"pretest": "./node_modules/.bin/jshint --config ./.jshintrc lib test",
39+
"pretest": "jshint --config ./.jshintrc lib test",
6140
"test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
6241
"test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'"
6342
},
6443
"repository": {
6544
"type": "git",
66-
"url": "https://github.com/node-oauth/node-oauth2-server.git"
67-
}
45+
"url": "git+https://github.com/node-oauth/node-oauth2-server.git"
46+
},
47+
"bugs": {
48+
"url": "https://github.com/node-oauth/node-oauth2-server/issues"
49+
},
50+
"homepage": "https://github.com/node-oauth/node-oauth2-server#readme",
51+
"directories": {
52+
"doc": "docs",
53+
"lib": "lib",
54+
"test": "test"
55+
},
56+
"author": ""
6857
}

0 commit comments

Comments
 (0)