{
  "name": "flacks",
  "version": "0.0.22",
  "description": "",
  "main": "index.js",
  "scripts": {
    "test": "mocha --compilers js:espower-babel/guess test/**/*.test.js",
    "clean": "rimraf lib",
    "build": "tsc --outDir lib",
    "prepublish": "npm run clean && npm run build"
  },
  "author": "mozisan",
  "license": "MIT",
  "files": [
    "README.md",
    "package.json",
    "dtsm.json",
    "tsconfig.json",
    "index.js",
    "native.js",
    "lib",
    "test"
  ],
  "dependencies": {
    "eventemitter3": "^1.1.1",
    "hoist-non-react-statics": "^1.0.3",
    "lodash.isfunction": "^3.0.6",
    "object-assign": "^4.0.1",
    "react": ">=0.13.3",
    "react-native": ">=0.17.0"
  },
  "devDependencies": {
    "babel": "^6.1.18",
    "dtsm": "^0.13.0",
    "espower-babel": "^4.0.0",
    "lodash": "^3.10.1",
    "mocha": "^2.3.4",
    "power-assert": "^1.2.0",
    "rimraf": "^2.4.4",
    "typescript": "^1.8.7"
  }
}
