2021-03-23 10:46:35 +11:00
{
"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" ,
2021-03-23 10:58:45 +11:00
"dependencies" : { } ,
2021-03-23 10:46:35 +11:00
"devDependencies" : {
2021-03-23 11:28:46 +11:00
"grunt" : "^1.3.0" ,
2021-03-23 12:03:26 +11:00
"grunt-contrib-concat" : "^1.0.1" ,
2021-03-23 12:17:53 +11:00
"grunt-contrib-uglify" : "^5.0.0" ,
2021-03-23 12:03:26 +11:00
"grunt-sass" : "^3.1.0" ,
"node-sass" : "^5.0.0"
2021-03-23 10:46:35 +11:00
} ,
"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"
}