forked from mdn/samples-server
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
26 lines (26 loc) · 688 Bytes
/
package.json
File metadata and controls
26 lines (26 loc) · 688 Bytes
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
{
"name": "samples-server",
"version": "1.1.0",
"description": "Front end and menu for the MDN Web Docs sample server; used for special examples requiring back-end support",
"main": "index.js",
"homepage": "http://mdn-samples.mozilla.org/",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"mdn",
"mozilla",
"samples"
],
"repository": {
"type": "git",
"url": "https://github.com/mdn/samples-server.git"
},
"author": "Eric Shepherd / Mozilla",
"bugs": "https://github.com/mdn/samples-server/issues",
"license": "CC0-1.0",
"dependencies": {
"escape-html": "^1.0.3",
"express": "^4.16.4"
}
}