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
16 lines (16 loc) · 692 Bytes
/
package.json
File metadata and controls
16 lines (16 loc) · 692 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
"name": "skillsharing",
"version":"0.0.1",
"main": "skillsharing_server.js",
"description": "Skill-sharing website module from Eloquent JavaScript",
"dependencies": {"ecstatic": ">=0.5.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"}
}