metaunix-player-js/package.json

25 lines
555 B
JSON
Raw Normal View History

2018-02-26 16:58:05 -05:00
{
"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",
"scripts": {
"build": "grunt"
},
2018-02-26 16:58:05 -05:00
"devDependencies": {
"grunt": "^1.0.2",
"grunt-contrib-coffee": "^2.0.0",
"grunt-contrib-watch": "^1.0.0",
"sass-lint": "^1.12.1",
"time-grunt": "^1.4.0"
},
"dependencies": {
"grunt-dart-sass": "^2.0.1"
2018-02-26 16:58:05 -05:00
}
}