2017-08-19 13:50:03 +00:00
{
2017-10-22 18:00:42 +00:00
"name" : "babybuddy" ,
2017-10-22 21:08:16 +00:00
"description" : "A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, and tummy time to learn about and predict baby's needs without all the guess work." ,
2017-08-19 13:50:03 +00:00
"version" : "0.1.0" ,
2017-10-22 21:08:16 +00:00
"license" : "BSD-2-Clause" ,
"repository" : {
"type" : "git" ,
"url" : "https://github.com/cdubz/babybuddy.git"
} ,
"keywords" : [
"baby" ,
"infant" ,
"newborn" ,
"baby tracking" ,
"baby buddy" ,
"python" ,
"django" ,
2017-10-23 08:49:10 +00:00
"web" ,
"self-host"
2017-10-22 21:08:16 +00:00
] ,
"dependencies" : {
2017-10-20 13:37:59 +00:00
"bootstrap" : "^4.0.0-beta.2" ,
2017-08-19 13:50:03 +00:00
"font-awesome" : "^4.7.0" ,
"gulp" : "^3.9.1" ,
"gulp-concat" : "^2.6.1" ,
2017-08-20 20:05:52 +00:00
"gulp-csso" : "^3.0.0" ,
2017-08-21 14:43:13 +00:00
"gulp-sass" : "^3.1.0" ,
2017-08-21 15:43:12 +00:00
"gulp-sass-glob" : "^1.0.8" ,
2017-10-20 13:37:59 +00:00
"gulp-sass-lint" : "^1.3.4" ,
2017-08-22 17:29:16 +00:00
"gulp-spawn" : "^0.4.0" ,
2017-08-20 20:05:52 +00:00
"gulp-uglify" : "^3.0.0" ,
2017-08-19 13:50:03 +00:00
"jquery" : "^3.2.1" ,
2017-10-20 13:37:59 +00:00
"moment" : "^2.19.1" ,
"plotly.js" : "^1.31.1" ,
"popper.js" : "^1.12.5" ,
2017-08-20 20:05:52 +00:00
"pump" : "^1.0.2" ,
2017-08-21 19:42:32 +00:00
"require-dir" : "^0.3.2" ,
2017-10-23 17:50:20 +00:00
"run-sequence" : "^2.2.0" ,
2017-08-19 13:50:03 +00:00
"tempusdominus-bootstrap-4" : "^5.0.0-alpha9"
2017-10-23 09:13:26 +00:00
} ,
2017-10-23 17:50:20 +00:00
"scripts" : {
"heroku-postbuild" : "npm rebuild node-sass && gulp build"
2017-08-19 13:50:03 +00:00
}
}