2017-04-13 04:13:44 +00:00
|
|
|
{
|
|
|
|
"name": "react-native-fast-image",
|
2018-05-06 07:48:33 +00:00
|
|
|
"version": "4.0.12",
|
2017-04-13 04:13:44 +00:00
|
|
|
"description": "🚩 FastImage, performant React Native image component.",
|
|
|
|
"keywords": [
|
|
|
|
"cache",
|
|
|
|
"cached",
|
|
|
|
"fastimage",
|
|
|
|
"image",
|
|
|
|
"priority"
|
|
|
|
],
|
2018-04-19 05:51:51 +00:00
|
|
|
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
|
2017-04-13 04:13:44 +00:00
|
|
|
"bugs": {
|
2018-04-19 05:51:51 +00:00
|
|
|
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
|
2017-04-13 04:13:44 +00:00
|
|
|
},
|
|
|
|
"license": "MIT",
|
2017-04-17 23:50:22 +00:00
|
|
|
"author": "Dylan Vann <dylanvann@gmail.com> (http://dylanvann.com)",
|
2017-11-30 03:02:37 +00:00
|
|
|
"files": [
|
2018-03-18 03:25:49 +00:00
|
|
|
"ios/FastImage",
|
|
|
|
"ios/Vendor",
|
|
|
|
"ios/FastImage.xcodeproj",
|
2017-11-30 03:02:37 +00:00
|
|
|
"android",
|
2018-03-11 00:14:36 +00:00
|
|
|
"index.js",
|
2018-03-08 06:13:27 +00:00
|
|
|
"index.d.ts",
|
|
|
|
"react-native-fast-image.podspec"
|
2017-11-30 03:02:37 +00:00
|
|
|
],
|
2018-03-11 00:14:36 +00:00
|
|
|
"main": "index.js",
|
2017-04-13 04:13:44 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
2018-04-19 05:51:51 +00:00
|
|
|
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
|
2017-04-13 04:13:44 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
2018-05-06 23:04:28 +00:00
|
|
|
"format": "prettier --write ./*.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js",
|
2017-11-30 03:29:43 +00:00
|
|
|
"prepare": "git submodule update --init --recursive",
|
2018-05-06 23:04:28 +00:00
|
|
|
"test": "yarn run test:format && yarn run test:jest",
|
2018-05-08 20:30:08 +00:00
|
|
|
"test:format": "prettier-check ./*.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js",
|
|
|
|
"test:jest": "jest *.js"
|
2017-04-13 04:13:44 +00:00
|
|
|
},
|
2017-11-29 04:52:39 +00:00
|
|
|
"dependencies": {
|
|
|
|
"prop-types": "^15.5.10"
|
|
|
|
},
|
2017-04-13 04:13:44 +00:00
|
|
|
"devDependencies": {
|
2017-11-30 04:45:54 +00:00
|
|
|
"babel-jest": "^21.2.0",
|
|
|
|
"babel-preset-react-native": "^4.0.0",
|
|
|
|
"jest": "^21.2.1",
|
2018-05-06 23:04:28 +00:00
|
|
|
"prettier": "^1.12.1",
|
2017-11-30 04:45:54 +00:00
|
|
|
"prettier-check": "^2.0.0",
|
2018-03-11 23:19:39 +00:00
|
|
|
"react": "^16.3.0-alpha.1",
|
|
|
|
"react-native": "^0.54.1",
|
2018-02-01 03:18:59 +00:00
|
|
|
"react-test-renderer": "16.0.0"
|
2017-04-13 04:13:44 +00:00
|
|
|
},
|
2017-04-17 23:50:22 +00:00
|
|
|
"jest": {
|
|
|
|
"preset": "react-native",
|
|
|
|
"modulePathIgnorePatterns": [
|
2018-03-18 03:25:49 +00:00
|
|
|
"ReactNativeFastImageExample",
|
|
|
|
"ReactNativeFastImageCocoaPodsExample",
|
|
|
|
"react-native-fast-image-server"
|
2017-04-17 23:50:22 +00:00
|
|
|
]
|
2017-04-13 04:13:44 +00:00
|
|
|
}
|
|
|
|
}
|