forked from logbon72/angular-recorder
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
37 lines (37 loc) · 1.06 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
{
"name": "angular-audio-recorder",
"version": "1.4.0",
"description": "Audio Recorder for AngularJS, works with mordern browsers supporting WebRTC microphone, older browsers with Flash installed and Cordova Media plugin",
"main": "index.js",
"devDependencies": {
"gulp": "^3.9.0",
"gulp-concat": "^2.6.0",
"gulp-footer": "^1.0.5",
"gulp-header": "^1.7.1",
"gulp-ng-module-sort": "0.0.3",
"gulp-rename": "^1.2.2",
"gulp-replace": "^0.5.4",
"gulp-uglify": "^1.5.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/logbon72/angular-recorder.git"
},
"keywords": [
"audio-recorder",
"angularjs",
"angular-audio-recorder",
"recorderjs",
"flash-wave-recorder",
"cordova-recorder"
],
"author": "Joseph Orilogbon <[email protected]>",
"license": "MIT",
"bugs": {
"url": "https://github.com/logbon72/angular-recorder/issues"
},
"homepage": "https://github.com/logbon72/angular-recorder#readme"
}