forked from tuxity/angular-vlc
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 816 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 816 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
"name": "angular-vlc",
"version": "1.1.1",
"description": "An AngularJS directive to include VLC Web Player code with a more beautiful & advanced interface",
"author": "https://github.com/tuxity/angular-vlc/graphs/contributors",
"license": "MIT",
"homepage": "https://github.com/tuxity/angular-vlc",
"main": [
"dist/VLCPlayer.js",
"dist/VLCPlayer.css",
"dist/VLCPlayer.min.js",
"dist/VLCPlayer.min.css"
],
"dependencies": {},
"devDependencies": {
"grunt": "~0.4.5",
"grunt-contrib-concat": "~0.5.0",
"grunt-contrib-cssmin": "~0.11.0",
"grunt-contrib-uglify": "~0.7.0",
"grunt-html2js": "~0.2.9",
"load-grunt-tasks": "~2.0.0",
"grunt-cli": "~0.1.13"
},
"repository": {
"type": "git",
"url": "git://github.com/tuxity/angular-vlc.git"
}
}