12345678910111213141516171819 |
- {
- "name": "react-native-idle",
- "version": "1.0.0",
- "description": "",
- "main": "index.js",
- "scripts": {
- },
- "author": "",
- "license": "ISC",
- "rnpm": {
- "android": {
- "packageInstance": "new RNIdlePackage()"
- },
- "ios": {
- "project": "ios/RNIdle.xcodeproj"
- }
- }
- }
|