123456789101112131415161718192021 |
- {
- "name": "fetchblob",
- "version": "0.4.0",
- "private": true,
- "scripts": {
- "start": "node node_modules/react-native/local-cli/cli.js start",
- "test": "sh test.sh"
- },
- "devDependencies": {
- "body-parser": "^1.15.0",
- "chalk": "^1.1.3",
- "chokidar": "^1.5.1",
- "express": "^4.13.4",
- "multer": "^1.1.0",
- "npm": "^3.9.2"
- },
- "dependencies": {
- "react-native-fetch-blob": "file:src"
- }
- }
|