UNPKG

1.33 kBJSONView Raw
1{
2 "name": "expo-face-detector",
3 "version": "10.1.0",
4 "description": "Lets you use the power of Google Mobile Vision (https://developers.google.com/vision/face-detection-concepts) framework to detect faces on images.",
5 "main": "build/FaceDetector.js",
6 "types": "build/FaceDetector.d.ts",
7 "sideEffects": false,
8 "scripts": {
9 "build": "expo-module build",
10 "clean": "expo-module clean",
11 "lint": "expo-module lint",
12 "test": "expo-module test",
13 "prepare": "expo-module prepare",
14 "prepublishOnly": "expo-module prepublishOnly",
15 "expo-module": "expo-module"
16 },
17 "keywords": [
18 "react-native",
19 "expo",
20 "face-detector",
21 "face",
22 "detection"
23 ],
24 "repository": {
25 "type": "git",
26 "url": "https://github.com/expo/expo.git",
27 "directory": "packages/expo-face-detector"
28 },
29 "bugs": {
30 "url": "https://github.com/expo/expo/issues"
31 },
32 "author": "650 Industries, Inc.",
33 "license": "MIT",
34 "homepage": "https://docs.expo.io/versions/latest/sdk/facedetector/",
35 "jest": {
36 "preset": "expo-module-scripts/ios"
37 },
38 "unimodulePeerDependencies": {
39 "@unimodules/core": "*"
40 },
41 "dependencies": {
42 "expo-modules-core": "~0.1.1"
43 },
44 "devDependencies": {
45 "expo-module-scripts": "^2.0.0"
46 },
47 "gitHead": "c80d4c938920c5111e34c2dbca3a6bf500dff0e1"
48}