react-howler
Version:
A React.js wrapper for howler.js (audio player)
68 lines (67 loc) • 1.8 kB
JSON
{
"name": "react-howler",
"version": "5.2.0",
"description": "A React.js wrapper for howler.js (audio player)",
"main": "lib/index.js",
"scripts": {
"prebabelify": "rimraf lib",
"babelify": "babel src -d lib",
"example:react": "npm run babelify && cd examples/react && yarn install && NODE_PATH=../../lib npm start",
"example:react:build": "npm run lint && npm run babelify && cd examples/react && yarn install && NODE_PATH=../../lib npm run build",
"predeploy": "npm run example:react:build",
"deploy": "babel-node bin/deploy-gh-pages",
"prepublish": "npm run lint && npm run babelify",
"lint": "standard",
"test": "echo \"Error: no test specified\"",
"release": "npmpub"
},
"files": [
"lib/*"
],
"standard": {
"ignore": [
"examples/react/build/"
]
},
"repository": {
"type": "git",
"url": "git+https://github.com/thangngoc89/react-howler.git"
},
"keywords": [
"react-component",
"react.js",
"redux",
"audio",
"player",
"howler",
"howler.js"
],
"author": "Khoa Nguyen <hi@khoanguyen.me>",
"license": "MIT",
"bugs": {
"url": "https://github.com/thangngoc89/react-howler/issues"
},
"homepage": "https://github.com/thangngoc89/react-howler#readme",
"dependencies": {
"howler": "^2.2.0",
"prop-types": "^15.5.6"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.17.0",
"babel-preset-es2015": "^6.16.0",
"babel-preset-stage-2": "^6.17.0",
"eslint-plugin-react": "^7.5.1",
"gh-pages": "^1.1.0",
"npmpub": "^5.0.0",
"react": "^15.0.0 || ^16.0.0",
"react-dom": "^15.0.0 || ^16.0.0",
"rimraf": "^2.7.1",
"standard": "^10.0.3"
},
"greenkeeper": {
"ignore": [
"standard"
]
}
}