-
Notifications
You must be signed in to change notification settings - Fork 15
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.01 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.01 KB
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
{
"name": "react-modular-audio-player",
"version": "1.2.0",
"description": "React Audio Player Component for HTML5 Audio: Customizable, Modular, & Styleable",
"engines": {
"node": ">= 7.0.0"
},
"main": "build/index.js",
"peerDependencies": {
"react": "^16.8.6"
},
"scripts": {
"test": "mocha --compilers js:babel-core/register --require ./build/src/spec/testHelper -r jsdom-global/register --exit './build/src/spec/*.spec.js'",
"start": "webpack --watch",
"build": "webpack"
},
"repository": {
"type": "git",
"url": "https://github.com/retrofuturejosh/react-modular-audio-player.git"
},
"keywords": [
"react",
"audio",
"player",
"audio player",
"HTML audio",
"custom",
"modular",
"style",
"styleable",
"stylable",
"HTML5",
"HTML5 audio",
"controls",
"audio controls",
"react audio player",
"react audio"
],
"author": "Josh Sohn",
"license": "ISC",
"bugs": {
"url": "https://github.com/retrofuturejosh/react-modular-audio-player/issues"
},
"homepage": "https://github.com/retrofuturejosh/react-modular-audio-player",
"dependencies": {},
"devDependencies": {
"prop-types": "^15.6.1",
"react": "^16.8.0",
"webpack": "^2.6.1",
"babel-cli": "^6.24.1",
"babel-core": "^6.26.3",
"babel-loader": "^7.0.0",
"babel-plugin-transform-object-rest-spread": "^6.23.0",
"babel-plugin-transform-react-jsx": "^6.24.1",
"babel-preset-env": "^1.7.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"chai": "^4.1.2",
"css-loader": "^2.1.1",
"enzyme": "^3.9.0",
"enzyme-adapter-react-16": "^1.12.1",
"jasmine": "^3.1.0",
"jsdom": "11.6.2",
"jsdom-global": "3.0.2",
"jsom": "^1.0.0",
"mocha": "^5.0.4",
"mocha-image-compiler": "^1.0.0",
"mocha-jsdom": "^1.1.0",
"node-sass": "^4.12.0",
"react-dom": "^16.8.0",
"sass-loader": "^6.0.7",
"sinon": "^4.4.6",
"style-loader": "^0.20.2",
"url-loader": "^0.6.2"
}
}