-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
34 lines (34 loc) · 881 Bytes
/
package.json
File metadata and controls
34 lines (34 loc) · 881 Bytes
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
{
"name": "micro-react-audio-player",
"version": "1.2.4",
"description": "Very small html5 audio player for React",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "http://github.com/respoke/micro-react-audio-player.git"
},
"peerDependencies": {
"babel-preset-es2015": "^6.9.0",
"babel-plugin-transform-react-jsx": "^6.8.0",
"babel-preset-stage-0": "^6.5.0",
"react": ">=0.15.0"
},
"devDependencies": {
"babel-eslint": "^6.0.5",
"eslint": "^2.13.1",
"eslint-config-airbnb": "^9.0.1",
"eslint-plugin-import": "^1.9.2",
"eslint-plugin-jsx-a11y": "^1.5.3",
"eslint-plugin-react": "^5.2.2"
},
"keywords": [
"react",
"audio",
"micro"
],
"author": "Jeff H. Parrish <jeffhparrish@gmail.com>",
"license": "MIT"
}