|
1 | 1 | { |
2 | | - "name": "ejs-skillsharing", |
3 | | - "version": "1.0.0", |
4 | | - "main": "skillsharing_server.js", |
5 | | - "description": "Skill-sharing website example from Eloquent JavaScript", |
6 | | - "dependencies": { |
7 | | - "ecstatic": "^3.1.0" |
8 | | - }, |
9 | | - "licenses": [ |
10 | | - { |
11 | | - "type": "MIT", |
12 | | - "url": "https://opensource.org/licenses/MIT" |
13 | | - } |
14 | | - ], |
15 | | - "bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues", |
16 | | - "homepage": "https://eloquentjavascript.net/21_skillsharing.html", |
17 | | - "maintainers": [ |
18 | | - { |
19 | | - "name": "Marijn Haverbeke", |
20 | | - "email": "marijnh@gmail.com", |
21 | | - "web": "https://marijnhaverbeke.nl/" |
22 | | - } |
23 | | - ], |
24 | | - "repository": { |
25 | | - "type": "git", |
26 | | - "url": "https://github.com/marijnh/Eloquent-JavaScript.git" |
27 | | - } |
| 2 | + "name": "ejs-skillsharing", |
| 3 | + "version": "1.0.0", |
| 4 | + "main": "skillsharing_server.js", |
| 5 | + "description": "Skill-sharing website example from Eloquent JavaScript", |
| 6 | + "dependencies": { |
| 7 | + "ecstatic": "^3.1.0" |
| 8 | + }, |
| 9 | + "licenses": [ |
| 10 | + { |
| 11 | + "type": "MIT", |
| 12 | + "url": "https://opensource.org/licenses/MIT" |
| 13 | + } |
| 14 | + ], |
| 15 | + "bugs": "https://github.com/marijnh/Eloquent-JavaScript/issues", |
| 16 | + "homepage": "https://eloquentjavascript.net/21_skillsharing.html", |
| 17 | + "maintainers": [ |
| 18 | + { |
| 19 | + "name": "Marijn Haverbeke", |
| 20 | + "email": "marijnh@gmail.com", |
| 21 | + "web": "https://marijnhaverbeke.nl/" |
| 22 | + } |
| 23 | + ], |
| 24 | + "repository": { |
| 25 | + "type": "git", |
| 26 | + "url": "https://github.com/marijnh/Eloquent-JavaScript.git" |
| 27 | + } |
28 | 28 | } |
0 commit comments