Newer
Older
"contributors": [
"Julia Friesel <julia.friesel@gmail.com>",
"Marie Kochsiek",
"Tina Baumann"
],
"scripts": {
"start": "node node_modules/react-native/local-cli/cli.js start",
"ios": "react-native run-ios --simulator=\"iPhone 8 Plus\"",
"test": "mocha --recursive --require @babel/register test && npm run lint",
"test-watch": "mocha --recursive --require @babel/register --watch test",
Sofiya Tepikin
committed
"lint": "eslint components lib test",
"devtool": "adb shell input keyevent 82",
"update-version": "./tools/update-version.js",
"build-android-release": "cd android && ./gradlew clean && ./gradlew assembleRelease && cd ..",
"commit-release": "./tools/commit-release",
"update-changelog": "./tools/update-changelog.js",
"release": "npm run update-version && npm run build-android-release && npm run commit-release"
"prop-types": "^15.6.2",
},
"description": "A menstrual cycle tracking app that's open-source and leaves your data on your phone. Use it to track your menstrual cycle or for fertility awareness!",
"main": "index.js",
"directories": {
"lib": "lib",
"test": "test"
},
"repository": {
"type": "git",
"url": "git+ssh://git@gitlab.com/bloodyhealth/drip.git"
},
"keywords": [
"cycle-tracking",
"symptothermal"
],
"author": "",
"license": "GPL-3.0-or-later",
"bugs": {
"url": "https://gitlab.com/bloodyhealth/drip/issues"
},
"homepage": "https://gitlab.com/bloodyhealth/drip#README",
"rnpm": {
"assets": [
"assets/fonts"
]
}