From 2fe632d47c2c12aea423fdb837057d86d136e7c1 Mon Sep 17 00:00:00 2001 From: Arjun Roychowdhury Date: Sun, 1 Nov 2015 06:33:26 -0500 Subject: inital commits - getting video branch to work #60 - implemented in quick scrub - works fine --- www/lib/videogular/package.json | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www/lib/videogular/package.json (limited to 'www/lib/videogular/package.json') diff --git a/www/lib/videogular/package.json b/www/lib/videogular/package.json new file mode 100644 index 00000000..ee4603b7 --- /dev/null +++ b/www/lib/videogular/package.json @@ -0,0 +1,12 @@ +{ + "name": "videogular", + "version": "1.3.2", + "main": "index.js", + "devDependencies": { + "grunt": "~0.4.1", + "grunt-release": "~0.7.0" + }, + "engines": { + "node": ">=0.8.0" + } +} -- cgit v1.2.3