{ "author": "Doozer", "name": "web-api-code-example", "description": "Basic examples of the Spotify authorization flows through oAuth2", "version": "0.0.1", "main": "app.js", "dependencies": { "bootstrap": "~3.3.6", "browserify": "~13.0.0", "cookie-parser": "~1.4.1", "dotenv": "~2.0.0", "express": "~4.13.4", "express-sslify": "~1.0.1", "jquery": "~2.2.3", "querystring": "~0.2.0", "react": "~15.0.1", "react-bootstrap": "~0.29.2", "react-dom": "~15.0.1", "reactify": "~1.1.1", "request": "~2.72.0", "throng": "~4.0.0", "uglify-js": "~2.6.2" }, "devDependencies": { "watchify": "~2.1.1" }, "scripts": { "watch": "watchify -o public/dist/bundle.min.js -v -d public/script.js", "postinstall": "browserify public/script.js | uglifyjs -cm > public/dist/bundle.min.js" }, "browserify": { "transform": [ "reactify" ] } }