47 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-13 00:13:44 -04:00
{
"name": "react-native-fast-image",
2018-05-09 23:27:05 -04:00
"version": "4.0.14",
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 AND Apache-2.0)",
2018-06-07 23:22:41 -04:00
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"main": "src/index.js",
"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": {
"format": "prettier --write --list-different ./src/*.js",
"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": {
"babel-jest": "^23.0.1",
"babel-preset-react-native": "^4.0.0",
"jest": "^23.1.0",
"prettier": "^1.13.4",
"prettier-check": "^2.0.0",
2018-05-24 12:24:47 -04:00
"prop-types": "^15.6.1",
"react": "^16.4.0",
"react-native": "^0.55.4",
"react-test-renderer": "16.4.0"
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
2017-04-13 00:13:44 -04:00
}
}