UNPKG

@bankify/react-native-animate-number

Version:

Animated number component

63 lines (62 loc) 2.27 kB
{ "name": "@bankify/react-native-animate-number", "version": "0.2.1", "description": "Animated number component", "main": "dist/index.js", "scripts": { "test": "./node_modules/mocha/bin/mocha -t 5000 --require react-native-mock/mock --compilers js:babel-core/register --recursive test/*.js" }, "author": "Bankify Oy", "license": "MIT", "dependencies": { "babel-plugin-syntax-async-functions": "^6.8.0" }, "keywords": [ "react", "react-native", "animate", "number", "animation" ], "devDependencies": { "babel": "^6.3.26", "babel-core": "^6.9.0", "babel-jest": "^6.0.1", "babel-plugin-check-es2015-constants": "^6.8.0", "babel-plugin-syntax-trailing-function-commas": "^6.8.0", "babel-plugin-transform-class-properties": "^6.9.0", "babel-plugin-transform-es2015-arrow-functions": "^6.8.0", "babel-plugin-transform-es2015-block-scoping": "^6.9.0", "babel-plugin-transform-es2015-classes": "^6.9.0", "babel-plugin-transform-es2015-computed-properties": "^6.8.0", "babel-plugin-transform-es2015-destructuring": "^6.9.0", "babel-plugin-transform-es2015-for-of": "^6.8.0", "babel-plugin-transform-es2015-parameters": "^6.9.0", "babel-plugin-transform-es2015-shorthand-properties": "^6.8.0", "babel-plugin-transform-es2015-spread": "^6.8.0", "babel-plugin-transform-es2015-template-literals": "^6.8.0", "babel-plugin-transform-flow-strip-types": "^6.8.0", "babel-plugin-transform-object-assign": "^6.8.0", "babel-plugin-transform-object-rest-spread": "^6.8.0", "babel-plugin-transform-react-display-name": "^6.8.0", "babel-plugin-transform-react-jsx": "^6.8.0", "babel-plugin-transform-regenerator": "^6.9.0", "babel-preset-airbnb": "^1.0.1", "babel-preset-es2015": "^6.6.0", "babel-preset-react": "^6.5.0", "babel-preset-stage-0": "^6.5.0", "chai": "^3.5.0", "enzyme": "^2.3.0", "flow-bin": "^0.23.1", "jsdom": "^9.1.0", "mocha": "^2.4.5", "react": "0.14.8", "react-addons-test-utils": "0.14.8", "react-dom": "0.14.8", "react-native": "0.25.1", "react-native-mock": "^0.1.0" }, "repository": { "url": "https://github.com/bankifyio/react-native-animate-number.git" } }