mirror of https://github.com/snachodog/mybuddy.git
Add data to package.json.
This commit is contained in:
parent
5fbf77e014
commit
a4ff07c9bd
|
@ -1,7 +1,7 @@
|
|||
# Baby Buddy
|
||||
|
||||
A buddy for babies to help caregivers to track sleep, feedings, diaper changes,
|
||||
and tummy time!
|
||||
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.
|
||||
|
||||
## Installation (development)
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
19
package.json
19
package.json
|
@ -1,8 +1,23 @@
|
|||
{
|
||||
"name": "babybuddy",
|
||||
"description": "Baby activities tracker application.",
|
||||
"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",
|
||||
"devDependencies": {
|
||||
"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"
|
||||
],
|
||||
"dependencies": {
|
||||
"bootstrap": "^4.0.0-beta.2",
|
||||
"font-awesome": "^4.7.0",
|
||||
"gulp": "^3.9.1",
|
||||
|
|
Loading…
Reference in New Issue