{ "_args": [ [ { "raw": "lottie-react-native@2.3.2", "scope": null, "escapedName": "lottie-react-native", "name": "lottie-react-native", "rawSpec": "2.3.2", "spec": "2.3.2", "type": "version" }, "/home/jdaugherty/work/GT2/GT2-Android/node_modules/expo" ] ], "_from": "lottie-react-native@2.3.2", "_id": "lottie-react-native@2.3.2", "_inCache": true, "_location": "/lottie-react-native", "_nodeVersion": "6.10.3", "_npmOperationalInternal": { "host": "s3://npm-registry-packages", "tmp": "tmp/lottie-react-native-2.3.2.tgz_1515201368816_0.04093622392974794" }, "_npmUser": { "name": "gpeal", "email": "gabriel@gpeal.com" }, "_npmVersion": "3.10.10", "_phantomChildren": {}, "_requested": { "raw": "lottie-react-native@2.3.2", "scope": null, "escapedName": "lottie-react-native", "name": "lottie-react-native", "rawSpec": "2.3.2", "spec": "2.3.2", "type": "version" }, "_requiredBy": [ "/expo" ], "_resolved": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-2.3.2.tgz", "_shasum": "c9b751e1c121708cd6f50f7770cb5aa0e1042a29", "_shrinkwrap": null, "_spec": "lottie-react-native@2.3.2", "_where": "/home/jdaugherty/work/GT2/GT2-Android/node_modules/expo", "author": { "name": "Leland Richardson", "email": "leland.richardson@airbnb.com" }, "bugs": { "url": "https://github.com/airbnb/lottie-react-native/issues" }, "dependencies": { "invariant": "^2.2.2", "lottie-ios": "^2.1.5", "prop-types": "^15.5.10", "react-native-safe-module": "^1.1.0" }, "description": "React Native bindings for Lottie", "devDependencies": { "babel-cli": "^6.26.0", "babel-eslint": "^6.1.2", "babel-plugin-module-resolver": "^3.0.0", "babel-preset-airbnb": "^1.1.1", "babel-preset-react-native": "^4.0.0", "eslint": "^3.3.1", "eslint-config-airbnb": "^10.0.1", "eslint-config-prettier": "^2.8.0", "eslint-import-resolver-babel-module": "^2.2.1", "eslint-plugin-import": "^1.14.0", "eslint-plugin-jsx-a11y": "^2.1.0", "eslint-plugin-prefer-object-spread": "^1.1.0", "eslint-plugin-prettier": "^2.3.1", "eslint-plugin-react": "^6.1.2", "gitbook-cli": "^1.0.1", "prettier": "^1.8.2", "prettier-eslint": "^8.2.2", "react": "16.0.0", "react-native": "0.50.3" }, "directories": {}, "dist": { "shasum": "c9b751e1c121708cd6f50f7770cb5aa0e1042a29", "tarball": "https://registry.npmjs.org/lottie-react-native/-/lottie-react-native-2.3.2.tgz" }, "gitHead": "8699a6c992ac0cb926c8f135d7e569b202ca0310", "homepage": "https://github.com/airbnb/lottie-react-native#readme", "keywords": [ "lottie", "animation", "react", "react-native", "keyframe" ], "license": "Apache-2.0", "main": "lib/index.js", "maintainers": [ { "name": "gpeal", "email": "gabriel@gpeal.com" }, { "name": "ljharb", "email": "ljharb@gmail.com" }, { "name": "airbnb", "email": "jordan.harband+npm@airbnb.com" }, { "name": "intelligibabble", "email": "leland.m.richardson@gmail.com" } ], "name": "lottie-react-native", "optionalDependencies": {}, "peerDependencies": { "react": "*", "react-native": ">=0.46" }, "readme": "Lottie for React Native, [iOS](https://github.com/airbnb/lottie-ios), and [Android](https://github.com/airbnb/lottie-android)\n===\n\n[![npm Version](https://img.shields.io/npm/v/lottie-react-native.svg)](https://www.npmjs.com/package/lottie-react-native) [![License](https://img.shields.io/npm/l/lottie-react-native.svg)](https://www.npmjs.com/package/lottie-react-native) [![Build Status](https://travis-ci.org/airbnb/lottie-react-native.svg)](https://travis-ci.org/airbnb/lottie-react-native)\n\nLottie component for React Native (iOS and Android)\n\nLottie is a mobile library for Android and iOS that parses [Adobe After Effects](http://www.adobe.com/products/aftereffects.html) animations exported as JSON with [bodymovin](https://github.com/bodymovin/bodymovin) and renders them natively on mobile!\n\nFor the first time, designers can create **and ship** beautiful animations without an engineer painstakingly recreating it by hand. They say a picture is worth 1,000 words so here are 13,000:\n\n# View documentation, FAQ, help, examples, and more at [airbnb.io/lottie](http://airbnb.io/lottie/)\n\n![Example1](docs/gifs/Example1.gif)\n\n\n![Example2](docs/gifs/Example2.gif)\n\n\n![Example3](docs/gifs/Example3.gif)\n\n\n![Community](docs/gifs/Community%202_3.gif)\n\n\n![Example4](docs/gifs/Example4.gif)", "readmeFilename": "README.md", "repository": { "type": "git", "url": "git+https://github.com/airbnb/lottie-react-native.git" }, "rnpm": { "android": { "sourceDir": "./src/android" } }, "scripts": { "build": "babel src/js --out-dir lib", "build:pods": "cd example/ios; bundle exec pod install; cd -", "ci": "npm run lint", "docs:build": "npm run docs:prepare && gitbook build", "docs:clean": "rimraf _book", "docs:prepare": "gitbook install", "docs:publish": "npm run docs:clean && npm run docs:build && cd _book && git init && git commit --allow-empty -m 'update book' && git fetch git@github.com:airbnb/lottie-react-native.git gh-pages && git checkout -b gh-pages && git add . && git commit -am 'update book' && git push git@github.com:airbnb/lottie-react-native.git gh-pages --force", "docs:watch": "npm run docs:prepare && gitbook serve", "lint": "eslint ./", "publish:maven": "./gradlew clean check uploadArchives", "run:android": "./gradlew installDebug && npm run start:android", "run:ios": "react-native run-ios --project-path ./example/ios", "run:packager": "node node_modules/react-native/local-cli/cli.js start", "start": "node node_modules/react-native/local-cli/cli.js start", "start:android": "adb shell am start -n com.example/.MainActivity", "test": "echo \"Error: no test specified\" && exit 1", "watch": "babel src/js --out-dir lib --watch" }, "types": "src/js/index.js", "version": "2.3.2" }