2017-04-13 00:13:44 -04:00
|
|
|
{
|
|
|
|
"name": "react-native-fast-image",
|
2018-08-23 00:38:15 -04:00
|
|
|
"version": "5.0.1",
|
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
|
|
|
},
|
2018-05-16 05:39:53 +01:00
|
|
|
"license": "(MIT AND Apache-2.0)",
|
2018-06-07 23:22:41 -04:00
|
|
|
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
|
2018-05-24 11:52:02 -04:00
|
|
|
"main": "src/index.js",
|
2018-06-05 13:18:08 +09:00
|
|
|
"types": "src/index.d.ts",
|
2017-04-13 00:13:44 -04:00
|
|
|
"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-06-09 22:12:56 -04:00
|
|
|
"format": "prettier --write --list-different ./src/*.js",
|
2017-11-29 22:29:43 -05:00
|
|
|
"prepare": "git submodule update --init --recursive",
|
2018-05-09 22:52:03 -04:00
|
|
|
"test": "yarn run format && yarn run test:jest",
|
2018-05-24 12:24:47 -04:00
|
|
|
"test:jest": "jest ./src/*.js"
|
2017-11-28 23:52:39 -05:00
|
|
|
},
|
2017-04-13 00:13:44 -04:00
|
|
|
"devDependencies": {
|
2018-08-19 23:29:26 -04:00
|
|
|
"babel-jest": "^23.4.2",
|
2017-11-29 23:45:54 -05:00
|
|
|
"babel-preset-react-native": "^4.0.0",
|
2018-08-19 23:29:26 -04:00
|
|
|
"jest": "^23.5.0",
|
|
|
|
"prettier": "^1.14.2",
|
2017-11-29 23:45:54 -05:00
|
|
|
"prettier-check": "^2.0.0",
|
2018-08-19 23:29:26 -04:00
|
|
|
"prop-types": "^15.6.2",
|
2018-05-24 12:24:47 -04:00
|
|
|
"react": "^16.4.0",
|
|
|
|
"react-native": "^0.55.4",
|
2018-08-19 23:29:26 -04:00
|
|
|
"react-test-renderer": "16.4.2"
|
2018-05-24 12:24:47 -04:00
|
|
|
},
|
|
|
|
"peerDependencies": {
|
|
|
|
"prop-types": "*",
|
|
|
|
"react": "*",
|
|
|
|
"react-native": "*"
|
2017-04-13 00:13:44 -04:00
|
|
|
}
|
|
|
|
}
|