-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
58 lines (58 loc) · 1.29 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
{
"name": "react-mic-plus",
"version": "1.3.1",
"description": "Extended version of react-mic library",
"main": "lib/index.js",
"jsnext:main": "es/index.js",
"directories": {
"lib": "lib"
},
"scripts": {
"build": "nwb build-react-component",
"clean": "nwb clean-module && npm clean-demo",
"start": "nwb serve-react-demo",
"test": "nwb test",
"test:coverage": "nwb test --coverage",
"test:watch": "nwb test --server",
"deploy": "nwb build-react-component && gh-pages -d demo/dist",
"prepublish": "npm run build"
},
"keywords": [
"react",
"record",
"audio",
"mic",
"specrogram"
],
"author": "mxaln",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/mXaln/react-mic-plus.git"
},
"bugs": {
"url": "https://github.com/mXaln/react-mic-plus/issues"
},
"bundleDependencies": false,
"dependencies": {
"prop-types": "^15.5.10"
},
"deprecated": false,
"devDependencies": {
"gh-pages": "^1.0.0",
"material-ui": "^0.18.3",
"nwb": "^0.17.0",
"nwb-sass": "^0.8.1",
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-tap-event-plugin": "^2.0.1"
},
"files": [
"es",
"lib"
],
"module": "es/index.js",
"peerDependencies": {
"react": "15.x"
}
}