-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathpackage.json
More file actions
28 lines (28 loc) · 788 Bytes
/
package.json
File metadata and controls
28 lines (28 loc) · 788 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.2.0",
"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/angular-vlc.js",
"dist/angular-vlc.css",
"dist/angular-vlc.min.js",
"dist/angular-vlc.min.css"
],
"dependencies": {},
"devDependencies": {
"gulp": "~3.9",
"gulp-concat": "~2.6",
"gulp-minify-css": "~1.2",
"gulp-ng-annotate": "~2.0",
"gulp-ng-html2js": "~0.2",
"gulp-rename": "~1.2",
"gulp-uglify": "~3.0"
},
"repository": {
"type": "git",
"url": "git://github.com/tuxity/angular-vlc.git"
}
}