{
  "name": "react-native-config-node",
  "version": "0.0.3",
  "description": "Mock for react-native-config in nodejs environment, used for testing",
  "keywords": [
    "env",
    "react-native",
    "12factor",
    "config"
  ],
  "homepage": "https://github.com/CureApp/react-native-config-node",
  "repository": {
    "type": "git",
    "url": "https://github.com/CureApp/react-native-config-node.git"
  },
  "license": "MIT",
  "author": "CureApp, Inc.",
  "main": "index.js",
  "files": [
    "index.js",
    "transform.js"
  ],
  "scripts": {
    "test": "mocha test/transform.js && cd test && ./run-test.sh"
  },
  "dependencies": {
    "dotenv": "^8.2.0"
  },
  "devDependencies": {
    "babel-core": "^6.11.4",
    "mocha": "^3.0.2"
  }
}
