forked from juananime/react-native-audiowaveform
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
95 lines (95 loc) · 2.82 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
{
"_args": [],
"_from": "react-native-audiowaveform@^1.0.471",
"_inCache": true,
"_location": "/react-native-audiowaveform",
"_nodeVersion": "7.4.0",
"_npmOperationalInternal": {
"host": "s3://npm-registry-packages",
"tmp": "tmp/react-native-audiowaveform-1.0.471.tgz_1498798533645_0.30980362044647336"
},
"_npmUser": {
"name": "otomogroove",
"email": "[email protected]"
},
"_npmVersion": "4.0.5",
"_phantomChildren": {},
"_requested": {
"raw": "react-native-audiowaveform@^1.0.471",
"scope": null,
"escapedName": "react-native-audiowaveform",
"name": "react-native-audiowaveform",
"rawSpec": "^1.0.471",
"spec": ">=1.0.471 <2.0.0",
"type": "range"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/react-native-audiowaveform/-/react-native-audiowaveform-1.0.471.tgz",
"_shasum": "edffd87c688ba4e92955eadd527538f6ac7b282f",
"_shrinkwrap": null,
"_spec": "react-native-audiowaveform@^1.0.471",
"_where": "/Users/juanjimenez/otomogroove_projects/wavetest/wavetest",
"author": "Otomogroove 2017",
"bugs": {
"url": "https://github.com/juananime/react-native-audiowaveform/issues"
},
"dependencies": {},
"description": "Audio Waveform visualization and sound renderization for React Native",
"devDependencies": {
"babel-preset-react-native-stage-0": "^1.0.1",
"jest": "^23.5.0",
"jest-react-native": "^18.0.0",
"react-test-renderer": "16.3.1",
"babel-jest": "22.0.4",
"babel-plugin-styled-components": "1.5.0",
"babel-preset-react-native": "4.0.0",
"chalk": "2.3.2",
"deep-freeze": "0.0.1",
"dot-object": "1.7.0",
"enzyme": "^3.3.0",
"enzyme-adapter-react-16": "^1.0.0",
"enzyme-to-json": "^3.0.1",
"eslint": "^4.19.1",
"eslint-config-bambi": "1.3.0",
"fbemitter": "^2.1.1",
"flow-bin": "0.67.1",
"prettier": "^1.13.5",
"prop-types": "^15.6.0",
"react-dom": "^16.0.0-alpha.12",
"react-native-debugger-utils": "1.0.0"
},
"directories": {
"example": "example"
},
"dist": {
"shasum": "edffd87c688ba4e92955eadd527538f6ac7b282f",
"tarball": "https://registry.npmjs.org/react-native-audiowaveform/-/react-native-audiowaveform-1.0.471.tgz"
},
"homepage": "https://github.com/juananime/react-native-audiowaveform#readme",
"keywords": [
"react-native",
"audio",
"waveform",
"sound"
],
"license": "WTFPL",
"main": "index.js",
"maintainers": [
"otomogroove <[email protected]>"
],
"name": "react-native-audiowaveform",
"optionalDependencies": {},
"peerDependencies": {
"react-native": "^0.54.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/juananime/react-native-audiowaveform.git"
},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"version": "2.0.5"
}