react-native-fast-image/package.json

48 lines
1.3 KiB
JSON
Raw Normal View History

2017-04-13 04:13:44 +00:00
{
"name": "react-native-fast-image",
2018-09-23 23:45:25 +00:00
"version": "5.0.10",
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 AND Apache-2.0)",
2018-06-08 03:22:41 +00:00
"author": "Dylan Vann <dylan@dylanvann.com> (https://dylanvann.com)",
"main": "src/index.js",
"types": "src/index.d.ts",
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": {
"format": "prettier --write --list-different ./src/*.js",
"prepare": "git submodule update --init --recursive",
2018-05-10 02:52:03 +00:00
"test": "yarn run format && yarn run test:jest",
2018-05-24 16:24:47 +00:00
"test:jest": "jest ./src/*.js"
2017-11-29 04:52:39 +00:00
},
2017-04-13 04:13:44 +00:00
"devDependencies": {
2018-09-23 23:42:02 +00:00
"@babel/core": "^7.1.0",
"babel-jest": "^23.6.0",
"jest": "^23.6.0",
"metro-react-native-babel-preset": "^0.45.6",
"prettier": "^1.14.3",
"prettier-check": "^2.0.0",
2018-08-20 03:29:26 +00:00
"prop-types": "^15.6.2",
2018-09-23 23:42:02 +00:00
"react": "^16.5.2",
"react-native": "^0.57.1",
"react-test-renderer": "16.5.2"
2018-05-24 16:24:47 +00:00
},
"peerDependencies": {
"prop-types": "*",
"react": "*",
"react-native": "*"
2017-04-13 04:13:44 +00:00
}
}