{ "name": "rhrdweb", "version": "0.1.0x", "description": "Radio Helsinki Rivendell Integration Web Interface", "license": "AGPL-3.0", "repository": { "type": "git", "url": "https://git.helsinki.at/rhrdweb.git" }, "scripts": { "build": "browserify -t [ babelify ] src/*.js -o www/js/bundle.js" }, "dependencies": { "babel-preset-react": "^6.11.1", "babelify": "^7.3.0", "browserify": "^13.1.0", "react": "^15.3.2", "react-dom": "^15.3.2" } }