forked from colthreepv/angular-media-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
44 lines (44 loc) · 1.16 KB
/
package.json
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"author": "mrgamer",
"name": "angular-media-player",
"description": "AngularJS Directive that wraps <audio> or <video> tag exposing methods and properties to manipulate your player",
"version": "0.5.6",
"homepage": "https://github.com/mrgamer/angular-media-player",
"repository": {
"type": "git",
"url": "https://github.com/mrgamer/angular-media-player.git"
},
"keywords": [
"angular",
"angular.js",
"angularjs",
"audio",
"video",
"media",
"player",
"playlist"
],
"license": "MIT",
"scripts": {
"test": "node_modules/karma/bin/karma start --single-run"
},
"devDependencies": {
"grunt": "latest",
"grunt-contrib-copy": "*",
"grunt-contrib-uglify": "*",
"grunt-contrib-watch": "*",
"grunt-contrib-concat": "*",
"grunt-contrib-connect": "*",
"grunt-contrib-clean": "*",
"highlight.js": "^8.0.0",
"grunt-swig": "git://github.com/mrgamer/grunt-swig",
"swig-highlight": "^0.2.0",
"karma": "^0.12.2",
"karma-firefox-launcher": "^0.1.3",
"karma-mocha": "^0.1.3",
"mocha": "^1.18.2",
"karma-chai": "^0.1.0",
"chai": "^1.9.1",
"swig-marked": "0.0.1"
}
}