11{
2- "name" : " html5-tutorial" ,
3- "version" : " 1.0.0" ,
4- "description" : " Walks through building different HTML5 layouts for AV systems" ,
5- "main" : " bundle.js" ,
6- "scripts" : {
7- "build" : " webpack" ,
8- "archive" : " ch5-cli archive -p project -d dist -o archive" ,
9- "onestep" : " npm run build && npm run archive" ,
10- "huddle:build" : " webpack --env source=ExampleRooms/HuddleRoom/html --env target=ExampleRooms/HuddleRoom" ,
11- "huddle:archive" : " ch5-cli archive -p HuddleRoom -d ExampleRooms/HuddleRoom/dist -o archive"
12- },
13- "repository" : {
14- "type" : " git" ,
15- "url" : " git+https://github.com/kielthecoder/HTML5-Tutorial.git"
16- },
17- "author" : " Kiel Lofstrand" ,
18- "license" : " MIT" ,
19- "bugs" : {
20- "url" : " https://github.com/kielthecoder/HTML5-Tutorial/issues"
21- },
22- "homepage" : " https://github.com/kielthecoder/HTML5-Tutorial#readme" ,
23- "dependencies" : {
24- "@crestron/ch5-crcomlib" : " ^1.1.0" ,
25- "@crestron/ch5-webxpanel" : " ^1.0.3" ,
26- "moment" : " ^2.29.1"
27- },
28- "devDependencies" : {
29- "copy-webpack-plugin" : " ^9.0.1" ,
30- "webpack" : " ^5.47.0" ,
31- "webpack-cli" : " ^4.7.2"
32- }
33- }
2+ "name" : " html5-tutorial" ,
3+ "version" : " 1.0.0" ,
4+ "description" : " Walks through building different HTML5 layouts for AV systems" ,
5+ "main" : " bundle.js" ,
6+ "scripts" : {
7+ "build" : " webpack" ,
8+ "archive" : " ch5-cli archive -p project -d dist -o archive" ,
9+ "onestep" : " npm run build && npm run archive" ,
10+ "huddle:build" : " webpack --env source=ExampleRooms/HuddleRoom/html --env target=ExampleRooms/HuddleRoom" ,
11+ "huddle:archive" : " ch5-cli archive -p HuddleRoom -d ExampleRooms/HuddleRoom/dist -o archive"
12+ },
13+ "repository" : {
14+ "type" : " git" ,
15+ "url" : " git+https://github.com/kielthecoder/HTML5-Tutorial.git"
16+ },
17+ "author" : " Kiel Lofstrand" ,
18+ "license" : " MIT" ,
19+ "bugs" : {
20+ "url" : " https://github.com/kielthecoder/HTML5-Tutorial/issues"
21+ },
22+ "homepage" : " https://github.com/kielthecoder/HTML5-Tutorial#readme" ,
23+ "dependencies" : {
24+ "@crestron/ch5-crcomlib" : " ^1.1.0" ,
25+ "@crestron/ch5-webxpanel" : " ^1.0.3" ,
26+ "moment" : " ^2.29.1"
27+ },
28+ "devDependencies" : {
29+ "copy-webpack-plugin" : " ^9.0.1" ,
30+ "webpack" : " ^5.47.0" ,
31+ "webpack-cli" : " ^4.7.2"
32+ }
33+ }
0 commit comments