-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 820 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 820 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
{
"name": "web230presentations",
"version": "1.1.0",
"description": "Presentations for WEB230, JavaScript 1",
"main": "gulpfile.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/paylesworth/web230.git"
},
"author": "Phil Aylesworth",
"license": "CC-BY-2.5",
"bugs": {
"url": "https://github.com/paylesworth/web230/issues"
},
"homepage": "https://github.com/paylesworth/web230#readme",
"devDependencies": {
"del": "^6.0.0",
"gulp": "^4.0.2",
"gulp-front-matter": "^1.3.0",
"gulp-markdown-pdf": "^8.0.0",
"gulp-rename": "^2.0.0",
"gulp-replace": "^1.1.3",
"gulp-rm-lines": "^0.0.10",
"gulp-run-command": "^0.0.10"
}
}