12345678910111213141516171819202122232425262728293031 |
- {
- "name": "fetchblob-dev",
- "version": "0.9.3",
- "private": true,
- "scripts": {
- "start": "node node_modules/react-native/local-cli/cli.js start",
- "update-info" : "sh scripts/contributors.sh",
- "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"
- },
- "contributors": [
- "Dmitry Petukhov <dmitryvpetukhov@gmail.com>",
- "Erik Smartt <code@eriksmartt.com>",
- "Evgeniy Baraniuk <ev.baraniuk@gmail.com>",
- "Juan B. Rodriguez <jbrodriguez@gmail.com>",
- "Kaishley <kklingachetti@msn.com>",
- "Nguyen Cao Nhat Linh <nhatlinh95@gmail.com>",
- "Tim Suchanek <tim.suchanek@gmail.com>",
- "follower <github@rancidbacon.com>",
- "francisco-sanchez-molina <psm1984@gmail.com>",
- "smartt <github@eriksmartt.com>",
- ""
- ]
- }
|