2017-04-13 00:13:44 -04:00
|
|
|
{
|
|
|
|
"name": "react-native-fast-image",
|
2018-03-07 23:31:00 -05:00
|
|
|
"version": "2.2.6",
|
2017-04-13 00:13:44 -04:00
|
|
|
"description": "🚩 FastImage, performant React Native image component.",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"cached",
|
|
|
|
"fastimage",
|
|
|
|
"image",
|
|
|
|
"priority"
|
|
|
|
],
|
|
|
|
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
|
|
|
|
"bugs": {
|
|
|
|
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
|
|
|
|
},
|
|
|
|
"license": "MIT",
|
2017-04-17 19:50:22 -04:00
|
|
|
"author": "Dylan Vann <dylanvann@gmail.com> (http://dylanvann.com)",
|
2017-11-29 22:02:37 -05:00
|
|
|
"files": [
|
|
|
|
"ios",
|
|
|
|
"android",
|
|
|
|
"utils",
|
2018-01-31 21:47:53 -05:00
|
|
|
"FastImage.js",
|
|
|
|
"index.d.ts"
|
2017-11-29 22:02:37 -05:00
|
|
|
],
|
2017-04-13 00:13:44 -04:00
|
|
|
"main": "FastImage.js",
|
|
|
|
"directories": {
|
|
|
|
"example": "example"
|
|
|
|
},
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
|
|
|
|
},
|
|
|
|
"scripts": {
|
2017-11-29 22:32:48 -05:00
|
|
|
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js",
|
2017-11-29 22:29:43 -05:00
|
|
|
"prepare": "git submodule update --init --recursive",
|
2017-04-20 10:05:02 -04:00
|
|
|
"test": "yarn run test:pretty && yarn run test:jest",
|
2017-04-18 02:06:21 -04:00
|
|
|
"test:jest": "jest *.js",
|
2017-11-29 22:32:48 -05:00
|
|
|
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js"
|
2017-04-13 00:13:44 -04:00
|
|
|
},
|
2017-11-28 23:52:39 -05:00
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.5.10"
|
|
|
|
},
|
2017-04-13 00:13:44 -04:00
|
|
|
"devDependencies": {
|
2017-11-29 23:45:54 -05:00
|
|
|
"babel-jest": "^21.2.0",
|
|
|
|
"babel-preset-react-native": "^4.0.0",
|
|
|
|
"jest": "^21.2.1",
|
2017-07-05 04:22:59 -04:00
|
|
|
"prettier": "^1.5.2",
|
2017-11-29 23:45:54 -05:00
|
|
|
"prettier-check": "^2.0.0",
|
|
|
|
"react": "16.0.0",
|
|
|
|
"react-native": "^0.50.4",
|
2018-01-31 22:18:59 -05:00
|
|
|
"react-test-renderer": "16.0.0"
|
2017-04-13 00:13:44 -04:00
|
|
|
},
|
2017-04-17 19:50:22 -04:00
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"modulePathIgnorePatterns": [
|
2017-04-18 11:28:12 -04:00
|
|
|
"example",
|
|
|
|
"server"
|
2017-04-17 19:50:22 -04:00
|
|
|
]
|
2017-04-13 00:13:44 -04:00
|
|
|
}
|
|
|
|
}
|