{ "name": "newspipe", "version": "0.0.1", "author": { "name": "François Schmidts", "email": "francois.schmidts@gmail.com", "url": "1pxsolidblack.pl" }, "description": "Newspipe is a web-based news aggregator.", "repository": { "type": "git", "url": "https://gitlab.com/newspipe/newspipe" }, "license": "AGPL-3.0", "engines": { "npm": "5.8.x", "node": "8.9.4" }, "main": "src/web/js/app.js", "dependencies": { "bootstrap": "^3.3.7", "bower": "^1.8.8", "classnames": "^2.2.6", "create-react-class": "^15.6.3", "flux": "^3.1.3", "jquery": "^3.4.1", "keymirror": "^0.1.1", "object-assign": "^4.1.1", "prop-types": "^15.7.2", "react": "^16.10.1", "react-bootstrap": "^0.32.4", "react-dom": "^16.10.1" }, "devDependencies": { "browserify": "^16.5.0", "envify": "^4.1.0", "reactify": "^1.1.1", "uglify-js": "^3.6.0", "watchify": "^3.11.1" }, "scripts": { "start": "watchify -o src/web/static/js/bundle.min.js -v -d src/web/js/app.js", "build": "browserify . -t [envify --NODE_ENV production] | uglifyjs -cm > src/web/static/js/bundle.min.js", "postinstall": "./node_modules/bower/bin/bower install" }, "browserify": { "transform": [ "reactify", "envify" ] } }