{ "name": "react-native", "version": "0.0.1", "description": "Build native apps with React!", "repository": { "type": "git", "url": "git@github.com:facebook/react-native.git" }, "jest": { "scriptPreprocessor": "jestSupport/scriptPreprocess.js", "setupEnvScriptFile": "jestSupport/env.js", "testPathIgnorePatterns": [ "/node_modules/" ], "testFileExtensions": [ "js" ], "unmockedModulePathPatterns": [ "source-map" ] }, "scripts": { "test": "jest", "lint": "node linter.js Examples/", "start": "./packager/packager.sh" }, "dependencies": { "absolute-path": "0.0.0", "base62": "0.1.1", "connect": "2.8.3", "debug": "~2.1.0", "esprima-fb": "7001.0001.0000-dev-harmony-fb", "fs-extra": "0.15.0", "jstransform": "8.2.0", "mime": "1.2.11", "module-deps": "3.5.6", "node-haste": "1.2.6", "node-static": "0.7.6", "optimist": "0.6.1", "path-is-inside": "1.0.1", "punycode": "1.2.4", "q": "1.0.1", "qs": "0.6.5", "react-tools": "0.12.2", "rebound": "0.0.10", "sane": "1.0.1", "source-map": "0.1.31", "stacktrace-parser": "0.1.1", "through": "2.3.6", "underscore": "1.7.0", "wordwrap": "0.0.2", "worker-farm": "1.1.0", "yargs": "1.3.2", "joi": "~5.1.0" }, "devDependencies": { "jest-cli": "0.2.1", "eslint": "0.9.2" } }