-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
32 lines (32 loc) · 842 Bytes
/
package.json
File metadata and controls
32 lines (32 loc) · 842 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
27
28
29
30
31
32
{
"name": "moodNews",
"version": "1.0.1",
"description": "A series of javascript challenges for Founders & Coders students to learn web dev skills.",
"main": "static-server.js",
"scripts": {
"test": "exit 0",
"start": "node static-server.js"
},
"repository": {
"type": "git",
"url": "https://github.com/foundersandcoders/morning-challenge.git"
},
"keywords": [
"testing",
"skills",
"learn",
"development",
"javascript"
],
"author": "@nelsonic <contact.nelsonic@gmail.com> (https://github.com/nelsonic)",
"license": "ISC",
"bugs": {
"url": "https://github.com/foundersandcoders/morning-challenge/issues"
},
"homepage": "https://github.com/foundersandcoders/morning-challenge",
"dependencies": {
"hapi": "^10.0.0",
"inert": "^3.0.1",
"xml2js": "^0.4.12"
}
}