46 lines
1.2 KiB
JSON
46 lines
1.2 KiB
JSON
{
|
|
"name": "react-native-fast-image",
|
|
"version": "0.0.2",
|
|
"description": "🚩 FastImage, performant React Native image component.",
|
|
"keywords": [
|
|
"cache",
|
|
"cached",
|
|
"fastimage",
|
|
"image",
|
|
"priority"
|
|
],
|
|
"homepage": "https://github.com/DylanVann/react-native-fast-image#readme",
|
|
"bugs": {
|
|
"url": "https://github.com/DylanVann/react-native-fast-image/issues"
|
|
},
|
|
"license": "MIT",
|
|
"author": "Dylan Vann <dylanvann@gmail.com> (http://dylanvann.com)",
|
|
"main": "FastImage.js",
|
|
"directories": {
|
|
"example": "example"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
|
|
},
|
|
"scripts": {
|
|
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
|
|
"test": "jest *.js"
|
|
},
|
|
"devDependencies": {
|
|
"babel-jest": "19.0.0",
|
|
"babel-preset-react-native": "1.9.1",
|
|
"jest": "^19.0.2",
|
|
"prettier": "^1.1.0",
|
|
"react": "16.0.0-alpha.6",
|
|
"react-native": "0.43.3",
|
|
"react-test-renderer": "16.0.0-alpha.6"
|
|
},
|
|
"jest": {
|
|
"preset": "react-native",
|
|
"modulePathIgnorePatterns": [
|
|
"example"
|
|
]
|
|
}
|
|
}
|