{ "version": "0.1.2", "name": "react-native-packager", "description": "Build native apps with React!", "repository": { "type": "git", "url": "git@github.com:facebook/react-native.git" }, "jest": { "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": {}, "devDependencies": { "jest-cli": "0.4.5", "eslint": "0.9.2" } }