64 lines
1.9 KiB
JSON
Raw Normal View History

2017-04-13 00:13:44 -04:00
{
"name": "react-native-fast-image",
2018-04-19 02:16:41 -04:00
"version": "4.0.2",
2017-04-13 00:13:44 -04:00
"description": "🚩 FastImage, performant React Native image component.",
"keywords": [
"cache",
"cached",
"fastimage",
"image",
"priority"
],
2018-04-19 01:51:51 -04:00
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
2017-04-13 00:13:44 -04:00
"bugs": {
2018-04-19 01:51:51 -04:00
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
2017-04-13 00:13:44 -04:00
},
"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": [
2018-03-17 23:25:49 -04:00
"ios/FastImage",
"ios/Vendor",
"ios/FastImage.xcodeproj",
2017-11-29 22:02:37 -05:00
"android",
2018-03-10 19:14:36 -05:00
"index.js",
"index.d.ts",
"react-native-fast-image.podspec"
2017-11-29 22:02:37 -05:00
],
2018-03-10 19:14:36 -05:00
"main": "index.js",
2017-04-13 00:13:44 -04:00
"directories": {
"example": "example"
},
"repository": {
"type": "git",
2018-04-19 01:51:51 -04:00
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
2017-04-13 00:13:44 -04:00
},
"scripts": {
2018-03-17 23:25:49 -04:00
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./index.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-server/*.js",
"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",
2018-03-17 23:25:49 -04:00
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./index.js ./ReactNativeFastImageExample/FastImage/*.js ./react-native-fast-image-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": {
"babel-jest": "^21.2.0",
"babel-preset-react-native": "^4.0.0",
"jest": "^21.2.1",
"prettier": "^1.5.2",
"prettier-check": "^2.0.0",
"react": "^16.3.0-alpha.1",
"react-native": "^0.54.1",
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": [
2018-03-17 23:25:49 -04:00
"ReactNativeFastImageExample",
"ReactNativeFastImageCocoaPodsExample",
"react-native-fast-image-server"
2017-04-17 19:50:22 -04:00
]
2017-04-13 00:13:44 -04:00
}
}