-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 753 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 753 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
{
"name": "openjsnodejsguide",
"version": "1.0.0",
"description": "OpenJS Node application developer study guide",
"scripts": {
"start": "npx eleventy --serve",
"build": "npx eleventy"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jjmax75/openjs-nodejs-application-developer-study-guide.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/jjmax75/openjs-nodejs-application-developer-study-guide/issues"
},
"homepage": "https://github.com/jjmax75/openjs-nodejs-application-developer-study-guide#readme",
"dependencies": {
"@11ty/eleventy": "^0.12.1",
"eleventy": "^1.0.6"
},
"devDependencies": {
"gh-pages": "^2.1.1",
"moment": "^2.24.0"
}
}