mirror of https://github.com/snachodog/mybuddy.git
47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "babybuddy",
|
|
"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.",
|
|
"version": "0.1.0",
|
|
"license": "BSD-2-Clause",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/cdubz/babybuddy.git"
|
|
},
|
|
"keywords": [
|
|
"baby",
|
|
"infant",
|
|
"newborn",
|
|
"baby tracking",
|
|
"baby buddy",
|
|
"python",
|
|
"django",
|
|
"web",
|
|
"self-host"
|
|
],
|
|
"dependencies": {
|
|
"bootstrap": "^4.0.0-beta.2",
|
|
"font-awesome": "^4.7.0",
|
|
"gulp": "^3.9.1",
|
|
"gulp-concat": "^2.6.1",
|
|
"gulp-csso": "^3.0.0",
|
|
"gulp-flatten": "^0.3.1",
|
|
"gulp-sass": "^3.1.0",
|
|
"gulp-sass-glob": "^1.0.8",
|
|
"gulp-sass-lint": "^1.3.4",
|
|
"gulp-spawn": "^0.4.0",
|
|
"gulp-uglify": "^3.0.0",
|
|
"jquery": "^3.2.1",
|
|
"moment": "^2.19.4",
|
|
"plotly.js": "^1.31.2",
|
|
"popper.js": "^1.13.0",
|
|
"pump": "^2.0.0",
|
|
"require-dir": "^0.3.2",
|
|
"run-sequence": "^2.2.0",
|
|
"tempusdominus-bootstrap-4": "latest",
|
|
"visibilityjs": "^1.2.6"
|
|
},
|
|
"scripts": {
|
|
"heroku-postbuild": "npm rebuild node-sass && gulp build"
|
|
}
|
|
}
|