File tree 2 files changed +1965
-3382
lines changed
2 files changed +1965
-3382
lines changed Original file line number Diff line number Diff line change 1
- {
2
- "name" : " livereload-basic" ,
3
- "version" : " 1.0.0" ,
4
- "description" : " Localhost static website development environment for html, css and javascript files with live reload." ,
5
- "main" : " index.js" ,
6
- "scripts" : {
7
- "start" : " node server.js" ,
8
- "dev" : " ./node_modules/.bin/gulp dev"
9
- },
10
- "repository" : {
11
- "type" : " git" ,
12
- "url" : " git+https://github.com/weaponsforge/livereload-basic.git"
13
- },
14
- "keywords" : [
15
- " gulp" ,
16
- " live-reload"
17
- ],
18
- "author" : " weaponsforge" ,
19
- "license" : " ISC" ,
20
- "bugs" : {
21
- "url" : " https://github.com/weaponsforge/livereload-basic/issues"
22
- },
23
- "homepage" : " https://github.com/weaponsforge/livereload-basic#readme" ,
24
- "devDependencies" : {
25
- "browser-sync" : " ^2.27.10" ,
26
- "express" : " ^4.18.2" ,
27
- "gulp" : " ^4.0.2"
28
- }
29
- }
1
+ {
2
+ "name" : " livereload-basic" ,
3
+ "version" : " 1.0.0" ,
4
+ "description" : " Localhost static website development environment for html, css and javascript files with live reload using Gulp" ,
5
+ "main" : " server.js" ,
6
+ "engines" : {
7
+ "node" : " 20.15.0" ,
8
+ "npm" : " 10.7.0"
9
+ },
10
+ "scripts" : {
11
+ "start" : " node server.js" ,
12
+ "dev" : " ./node_modules/.bin/gulp dev"
13
+ },
14
+ "keywords" : [
15
+ " gulp" ,
16
+ " live-reload"
17
+ ],
18
+ "repository" : " https://github.com/weaponsforge/livereload-basic" ,
19
+ "author" : " weaponsforge" ,
20
+ "license" : " MIT" ,
21
+ "bugs" : {
22
+ "url" : " https://github.com/weaponsforge/livereload-basic/issues"
23
+ },
24
+ "homepage" : " https://github.com/weaponsforge/livereload-basic#readme" ,
25
+ "devDependencies" : {
26
+ "browser-sync" : " ^3.0.3" ,
27
+ "express" : " ^4.21.0" ,
28
+ "gulp" : " ^5.0.0"
29
+ }
30
+ }
You can’t perform that action at this time.
0 commit comments