forked from kielthecoder/HTML5-Tutorial
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 731 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 731 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": "html5-tutorial",
"version": "1.0.0",
"description": "Walks through building different HTML5 layouts for AV systems",
"main": "app.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/kielthecoder/HTML5-Tutorial.git"
},
"author": "Kiel Lofstrand",
"license": "MIT",
"bugs": {
"url": "https://github.com/kielthecoder/HTML5-Tutorial/issues"
},
"homepage": "https://github.com/kielthecoder/HTML5-Tutorial#readme",
"dependencies": {
"@crestron/ch5-crcomlib": "^1.1.0"
},
"devDependencies": {
"webpack": "^5.46.0",
"webpack-cli": "^4.7.2",
"webpack-dev-server": "^3.11.2"
}
}