Added node packages for Grunt

This commit is contained in:
Gregory Ballantine 2018-02-26 16:58:05 -05:00
parent 5c425fbdd4
commit ababdc2a0f
2 changed files with 1138 additions and 0 deletions

1121
package-lock.json generated Normal file

File diff suppressed because it is too large Load Diff

17
package.json Normal file
View File

@ -0,0 +1,17 @@
{
"name": "metaunix-player",
"version": "0.1.0",
"description": "An HTML/Javascript video player",
"repository": {
"type": "git",
"url": "git@git.metaunix.net:gballan/metaunix-player-js.git"
},
"author": "Gregory Ballantine",
"license": "BSD-2-Clause",
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-sass": "^1.0.0",
"grunt-contrib-watch": "^1.0.0"
}
}