|
1 | 1 | {
|
2 |
| - "name": "oauth2-server", |
| 2 | + "name": "@node-oauth/oauth2-server", |
3 | 3 | "description": "Complete, framework-agnostic, compliant and well tested module for implementing an OAuth2 Server in node.js",
|
4 | 4 | "version": "4.0.0",
|
5 | 5 | "keywords": [
|
6 | 6 | "oauth",
|
7 | 7 | "oauth2"
|
8 | 8 | ],
|
9 | 9 | "contributors": [
|
10 |
| - { |
11 |
| - "name": "Thom Seddon", |
12 |
| - |
13 |
| - }, |
14 |
| - { |
15 |
| - "name": "Lars F. Karlström", |
16 |
| - |
17 |
| - }, |
18 |
| - { |
19 |
| - "name": "Rui Marinho", |
20 |
| - |
21 |
| - }, |
22 |
| - { |
23 |
| - "name": "Tiago Ribeiro", |
24 |
| - |
25 |
| - }, |
26 |
| - { |
27 |
| - "name": "Michael Salinger", |
28 |
| - |
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" |
39 | 18 | ],
|
40 | 19 | "main": "index.js",
|
41 | 20 | "dependencies": {
|
|
57 | 36 | "node": ">=4.0"
|
58 | 37 | },
|
59 | 38 | "scripts": {
|
60 |
| - "pretest": "./node_modules/.bin/jshint --config ./.jshintrc lib test", |
| 39 | + "pretest": "jshint --config ./.jshintrc lib test", |
61 | 40 | "test": "NODE_ENV=test ./node_modules/.bin/mocha 'test/**/*_test.js'",
|
62 | 41 | "test-debug": "NODE_ENV=test ./node_modules/.bin/mocha --inspect --debug-brk 'test/**/*_test.js'"
|
63 | 42 | },
|
64 | 43 | "repository": {
|
65 | 44 | "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": "" |
68 | 57 | }
|
0 commit comments