forked from colthreepv/angular-media-player
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
33 lines (33 loc) · 991 Bytes
/
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
{
"author": "mrgamer",
"name": "angular-audio-player",
"description": "AngularJS Directive that wraps an <audio> tag exposing handy events and selectors to customize your audio player.",
"version": "0.2.1",
"homepage": "https://github.com/mrgamer/angular-audio-player",
"repository": {
"type": "git",
"url": "https://github.com/mrgamer/angular-audio-player.git"
},
"keywords": [
"angular",
"angularjs",
"audio",
"player"
],
"license": "MIT",
"devDependencies": {
"grunt": "latest",
"grunt-contrib-uglify": "latest",
"grunt-contrib-jshint": "latest",
"grunt-contrib-watch": "~0.5.3",
"grunt-contrib-concat": "~0.3.0",
"grunt-contrib-connect": "~0.5.0",
"grunt-html2js": "~0.1.8",
"grunt-contrib-clean": "~0.5.0",
"grunt-md2html": "~0.1.4",
"highlight.js": "~7.4.0",
"grunt-html-snapshot": "~0.6.0",
"xml": "git://github.com/NowTV-Iceberg/node-xml.git",
"grunt-concat-sourcemap": "~0.3.2"
}
}