2014-05-14 10:27:27 +02:00
|
|
|
{
|
2016-04-26 03:00:53 +02:00
|
|
|
"author": "Gabriel Augendre <gabriel@augendre.info>",
|
|
|
|
"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",
|
2014-05-14 10:27:27 +02:00
|
|
|
"version": "0.0.1",
|
2016-04-26 03:00:53 +02:00
|
|
|
"main": "bin/www.js",
|
2014-05-14 10:27:27 +02:00
|
|
|
"dependencies": {
|
2016-04-23 16:12:00 +02:00
|
|
|
"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",
|
2014-06-30 10:11:04 +02:00
|
|
|
"querystring": "~0.2.0",
|
2016-04-23 16:12:00 +02:00
|
|
|
"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"
|
2016-04-23 01:33:07 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2016-04-23 18:05:12 +02:00
|
|
|
"watchify": "~3.7.0"
|
2016-04-23 01:33:07 +02:00
|
|
|
},
|
|
|
|
"scripts": {
|
2016-04-23 19:56:52 +02:00
|
|
|
"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"
|
2016-04-23 01:33:07 +02:00
|
|
|
},
|
|
|
|
"browserify": {
|
|
|
|
"transform": [
|
|
|
|
"reactify"
|
|
|
|
]
|
2014-05-14 10:27:27 +02:00
|
|
|
}
|
|
|
|
}
|