GruntJS Tutorial #2 - Installing Grunt.js
parent
070512eae2
commit
dc1211b968
File diff suppressed because it is too large
Load Diff
|
@ -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"
|
||||
}
|
Loading…
Reference in New Issue