Add data to package.json.

This commit is contained in:
Christopher Charbonneau Wells 2017-10-22 17:08:16 -04:00
parent 5fbf77e014
commit a4ff07c9bd
3 changed files with 451 additions and 1437 deletions

View File

@ -1,7 +1,7 @@
# Baby Buddy # Baby Buddy
A buddy for babies to help caregivers to track sleep, feedings, diaper changes, A buddy for babies! Helps caregivers track sleep, feedings, diaper changes, and
and tummy time! tummy time to learn about and predict baby's needs without all the guess work.
## Installation (development) ## Installation (development)

1865
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -1,8 +1,23 @@
{ {
"name": "babybuddy", "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", "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", "bootstrap": "^4.0.0-beta.2",
"font-awesome": "^4.7.0", "font-awesome": "^4.7.0",
"gulp": "^3.9.1", "gulp": "^3.9.1",