forked from marijnh/Eloquent-JavaScript
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 1.03 KB
/
package.json
File metadata and controls
28 lines (28 loc) · 1.03 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "ejs-skillsharing",
"version": "1.0.0",
"main": "skillsharing_server.js",
"description": "Skill-sharing website example from Eloquent JavaScript",
"dependencies": {
"ecstatic": "^3.1.0"
},
"licenses": [
{
"type": "MIT",
"url": "http://opensource.org/licenses/MIT"
}
],
"bugs": "http://github.com/marijnh/Eloquent-JavaScript/issues",
"homepage": "http://eloquentjavascript.net/21_skillsharing.html",
"maintainers": [
{
"name": "Marijn Haverbeke",
"email": "marijnh@gmail.com",
"web": "http://marijnhaverbeke.nl"
}
],
"repository": {
"type": "git",
"url": "https://github.com/marijnh/Eloquent-JavaScript.git"
}
}