24 lines
693 B
JSON
24 lines
693 B
JSON
{
|
|
"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": {},
|
|
"devDependencies": {
|
|
"grunt": "^1.3.0",
|
|
"grunt-contrib-concat": "^1.0.1",
|
|
"grunt-contrib-uglify": "^5.0.0",
|
|
"grunt-sass": "^3.1.0",
|
|
"node-sass": "^5.0.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"
|
|
}
|