shredbeat
Version:
Music beat reacts to your keyboard shredding speed 🤘
63 lines (62 loc) • 1.78 kB
JSON
{
"name": "shredbeat",
"version": "0.0.2",
"description": "Music beat reacts to your keyboard shredding speed 🤘",
"main": "main.js",
"bin": {
"shredbeat": "./bin/shredbeat.js"
},
"scripts": {
"start": "electron .",
"start:dev": "NODE_ENV=development electron .",
"watch": "watchify -t [ babelify --presets [ react ] ] components/index.js -o dist/bundle.js",
"build:ui": "browserify -t [ babelify --presets [ react ] ] components/index.js -o dist/bundle.js",
"build": "node build.js",
"zip": "cd build/Shredbeat-darwin-x64/; zip -r -X shredbeat.zip Shredbeat.app; cd ../..",
"relink": "npm unlink global-keypress && npm link global-keypress"
},
"repository": "https://github.com/miguelmota/shredbeat",
"keywords": [
"shred",
"beat",
"electron",
"bpm",
"keyboard",
"music",
"audio"
],
"author": "Miguel Mota",
"license": "MIT",
"devDependencies": {
"browserify": "^14.4.0",
"electron": "^1.6.6",
"electron-packager": "^8.7.0",
"babel-preset-react": "^6.24.1",
"babelify": "^7.3.0",
"watchify": "^3.9.0"
},
"dependencies": {
"audio-director": "0.0.7",
"d3": "^4.8.0",
"electron": "^1.6.6",
"electron-context-menu": "^0.9.1",
"electron-default-menu": "^1.0.1",
"electron-store": "^1.1.0",
"fanburst-audio": "0.0.1",
"global-keypress": "0.0.8",
"history": "^4.6.1",
"hypem-audio": "0.0.1",
"lodash": "^4.17.4",
"menubar": "^5.2.3",
"mixcloud-audio": "0.0.2",
"node-notifier": "^5.1.2",
"random-int": "^1.0.0",
"rc-slider": "^8.1.3",
"react": "^15.5.4",
"react-dom": "^15.5.4",
"react-router": "^4.1.1",
"react-router-dom": "^4.1.1",
"react-slider": "^0.8.0",
"rxjs": "^5.3.0"
}
}