-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathpackage.json
35 lines (35 loc) · 907 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
34
35
{
"name": "videorecorderjs",
"version": "1.0.1",
"description": "html5 video recording library",
"main": "index.js",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-contrib-concat": "^1.0.1",
"grunt-contrib-copy": "^0.8.2",
"grunt-contrib-jshint": "^1.0.0",
"grunt-contrib-uglify": "^0.11.1"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://[email protected]/imalhasaranga/Html5_Video_Audio_Recorder.git"
},
"keywords": [
"webrtc",
"html5",
"getUserMedia",
"MediaStreamRecorder",
"video",
"audio",
"record"
],
"author": "Imal hasaranga",
"license": "MIT",
"bugs": {
"url": "https://github.com/imalhasaranga/Html5_Video_Audio_Recorder/issues"
},
"homepage": "https://github.com/imalhasaranga/Html5_Video_Audio_Recorder#readme"
}