{ "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": "^6.2.0", "cookie-parser": "1.3.2", "dotenv": "^2.0.0", "express": "~4.0.0", "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": "^0.15.2", "request": "~2.34.0", "throng": "^4.0.0", "uglify-js": "~2.4.15" }, "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" ] } }