GruntJS Tutorial #2 - Installing Grunt.js

master
jason.zhu 2021-03-22 23:46:35 +00:00
parent 070512eae2
commit dc1211b968
3 changed files with 1663 additions and 0 deletions

0
Gruntfile.js 100644
View File

1642
package-lock.json generated 100644

File diff suppressed because it is too large Load Diff

21
package.json 100644
View File

@ -0,0 +1,21 @@
{
"name": "grunt-playlist",
"version": "1.0.0",
"description": "This pratice repo is built following Youtube Tutorial series [Grunt JS Tutorial](https://www.youtube.com/watch?v=KAD-l__vek4&list=PL4cUxeGkcC9j85fkVyCzCMJDfteLtrl_y)",
"main": "app.js",
"dependencies": {
"grunt-cli": "^1.3.2"
},
"devDependencies": {
"grunt": "^1.3.0"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "ssh://git@lj918plus.dsmynas.com:2223/Jason/grunt-playlist.git"
},
"author": "",
"license": "ISC"
}