{ "author": "Gabriel Augendre ", "name": "DAVIDS", "description": "Allows you to find duplicates in your Spotify playlists.", "repository": { "type": "git", "url": "Crocmagnon/DAVIDS" }, "bugs": { "url": "https://github.com/Crocmagnon/DAVIDS/issues" }, "license": "MIT", "version": "0.0.1", "main": "bin/www.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": "~3.7.0" }, "scripts": { "watch": "watchify -o src/public/dist/bundle.min.js -v -d src/public/script.js", "postinstall": "browserify src/public/script.js | uglifyjs -cm > src/public/dist/bundle.min.js" }, "browserify": { "transform": [ "reactify" ] } }