22 lines
591 B
JSON
22 lines
591 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": {
|
||
|
"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"
|
||
|
}
|