UNPKG

1.88 kBJSONView Raw
1{
2 "name": "react-native-animatable",
3 "version": "1.3.1",
4 "description": "Easy to use declarative transitions and animations for React Native",
5 "typings": "typings/react-native-animatable.d.ts",
6 "main": "index.js",
7 "scripts": {
8 "jest": "./node_modules/.bin/jest",
9 "jest:watch": "npm run jest -- --watch",
10 "lint": "./node_modules/.bin/eslint ./*.js",
11 "test": "npm run lint && npm run jest",
12 "format": "./node_modules/.bin/prettier --write {,definitions/,__tests__}*.js"
13 },
14 "keywords": [
15 "react-native",
16 "react-component",
17 "react-native-component",
18 "react",
19 "mobile",
20 "ios",
21 "android",
22 "ui",
23 "fade",
24 "bounce",
25 "slide",
26 "animatable",
27 "transition",
28 "animation"
29 ],
30 "author": {
31 "name": "Joel Arvidsson",
32 "email": "joel@oblador.se"
33 },
34 "homepage": "https://github.com/oblador/react-native-animatable",
35 "bugs": {
36 "url": "https://github.com/oblador/react-native-animatable/issues"
37 },
38 "repository": {
39 "type": "git",
40 "url": "git://github.com/oblador/react-native-animatable.git"
41 },
42 "license": "MIT",
43 "jest": {
44 "preset": "react-native",
45 "modulePathIgnorePatterns": ["<rootDir>/Examples/"],
46 "testPathIgnorePatterns": ["<rootDir>/Examples/"]
47 },
48 "devDependencies": {
49 "babel-eslint": "^7.0.0",
50 "babel-jest": "23.0.1",
51 "babel-preset-react-native": "4.0.0",
52 "eslint": "^3.7.1",
53 "eslint-config-airbnb": "^15.0.1",
54 "eslint-config-prettier": "^2.9.0",
55 "eslint-plugin-import": "^2.3.0",
56 "eslint-plugin-jsx-a11y": "^5.0.3",
57 "eslint-plugin-prettier": "^2.6.0",
58 "eslint-plugin-react": "^7.0.1",
59 "jest": "23.1.0",
60 "jest-cli": "23.1.0",
61 "prettier": "^1.13.3",
62 "react": "16.3.1",
63 "react-native": "0.55.4",
64 "react-test-renderer": "15.5.4"
65 },
66 "dependencies": {
67 "prop-types": "^15.5.10"
68 }
69}