Added node packages for Grunt
This commit is contained in:
parent
5c425fbdd4
commit
ababdc2a0f
1121
package-lock.json
generated
Normal file
1121
package-lock.json
generated
Normal file
File diff suppressed because it is too large
Load Diff
17
package.json
Normal file
17
package.json
Normal 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"
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user