-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathpackage.json
39 lines (39 loc) · 1.18 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
{
"name": "flutter_sound_core",
"version": "9.23.0",
"description": "The Tau Engine for Web App",
"homepage": "https://github.com/canardoux/flutter_sound",
"keywords": [
"flauto",
"flutter_sound",
"tau",
"tau_engine",
"flutter_sound_core",
"audio",
"sound",
"web audio",
"webaudio",
"browser",
"html5",
"html5 audio"
],
"author": "Larpoux <larpoux@gmail.com> (https://github.com/orgs/canardoux/people/Larpoux)",
"repository": {
"type": "git",
"url": "git+https://github.com/canardoux/flutter_sound.git"
},
"devDependencies": {
"uglify-js": "2.x"
},
"main": "src/flutter_sound.js",
"license": "MPL-2",
"files": [
"src/flutter_sound.js",
"src/flutter_sound_player.js",
"src/flutter_sound_recorder.js",
"LICENSE"
],
"dependencies": {
"my-package": "0.0.0"
}
}