-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
68 lines (68 loc) · 2.7 KB
/
package.json
File metadata and controls
68 lines (68 loc) · 2.7 KB
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
{
"title": "Code Modules Sample Files",
"name": "code-modules-sample",
"version": "1.0.10",
"description": "Code Modules is a BBEdit Module System for Web Development. These are sample files using that system.",
"private": true,
"scripts": {
"start-legacy": "node_modules/.bin/gulp watch",
"start": "parcel public/index.html",
"build": "parcel build public/index.html",
"pushimages": "rsync -rlptDP --exclude 'tmp' --exclude '.DS_Store' '/Volumes/Condor/Code Modules/Web/code-modules-sample/Current/public/images/' pip_cm@sample.codemodules.net:/var/www/codemodules/sample/production/public/images",
"pushpublicdist": "rsync -rlptDP '/Volumes/Condor/Code Modules/Web/code-modules-sample/Current/dist/' pip_cm@sample.codemodules.net:/var/www/codemodules/sample/production/public",
"pushdev": "rsync -rlptDP '/Volumes/Condor/Code Modules/Web/code-modules-sample/Current/dist/' pip_cm@sample.codemodules.net:/var/www/codemodules/sample/dev/public",
"pushlive": "npm run pushpublicdist; npm run pushimages;",
"loadfiles": "cd '/Volumes/Condor/Code Modules/Web/code-modules-sample/Current/'; open '/Volumes/Condor/Code Modules/Text/2021-07-26-Module_Outline-v02.mcn'; bbedit cm-sample.bbprojectd; bbedit package.json; bbedit app/styles/_custom.less; bbedit app/styles/main.less; bbedit public/index.html; bbedit app/modules/pages/entry.shtml; bbedit app/modules/pages/templates/home.shtml; bbedit README.md; open .; open README.md;",
"browsers": "open http://localhost:1234/;",
"webdev": "npm run loadfiles; npm run browsers; npm start;"
},
"keywords": [
"bbedit",
"modules",
"html",
"html5",
"markup",
"code modules"
],
"hostname": "sample.codemodules.net",
"hostnameProxy": "http://localhost:1234/",
"bugs": {
"url": "https://github.com/ChristopherWerby/code-modules",
"email": "cwerby@pipsqueak.com"
},
"documentation": "https://codemodules.net",
"license": "MIT",
"author": {
"name": "Christopher Werby",
"email": "cwerby@pipsqueak.com",
"url": "https://pipsqueak.com/",
"twitter": "@pipsqueaks"
},
"contributors": [
{
"name": "David Miller",
"project": "Start Bootstrap Modern Business Theme",
"url": "https://davidmiller.io/"
}
],
"repository": {
"type": "git",
"origin": "git@github.com:ChristopherWerby/code-modules.git",
"local": "/Volumes/Scrub/Backups/repos/Code_Modules/Code-Modules-Sample/repo.git",
"production": "pip_cm@sample.codemodules.net:codemodules/repo.git"
},
"dependencies": {
"bootstrap": "4.5.3",
"jquery": "3.5.1",
"vendor": "^1.7.0"
},
"devDependencies": {
"browser-sync": "2.26.13",
"del": "6.0.0",
"gulp": "4.0.2",
"gulp-autoprefixer": "^7.0.1",
"gulp-less": "^4.0.1",
"merge-stream": "2.0.0",
"parcel-bundler": "^1.12.5"
}
}