react-native-particle-system
Version:
A Particle System for React Native iOS apps
31 lines (30 loc) • 737 B
JSON
{
"name": "react-native-particle-system",
"version": "0.9.1",
"description": "A Particle System for React Native iOS apps",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/greghe/react-native-particle-system.git"
},
"keywords": [
"Particle",
"system",
"emitter",
"opengl",
"CAEmitterLayer",
"Animation",
"Games"
],
"peerDependencies": {
"react-native": ">=0.18.0"
},
"author": "Greg Herlihy",
"license": "MIT",
"bugs": {
"url": "https://github.com/greghe/react-native-particle-system/issues"
},
"homepage": "https://github.com/greghe/react-native-particle-system#readme"
}