mirror of https://github.com/status-im/metro.git
46 lines
981 B
JSON
46 lines
981 B
JSON
|
{
|
||
|
"name": "react-native",
|
||
|
"version": "0.1.0",
|
||
|
"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": {
|
||
|
"absolute-path": "0.0.0",
|
||
|
"debug": "~2.1.0",
|
||
|
"joi": "~5.1.0",
|
||
|
"module-deps": "3.5.6",
|
||
|
"optimist": "0.6.1",
|
||
|
"q": "1.0.1",
|
||
|
"sane": "1.0.1",
|
||
|
"source-map": "0.1.31",
|
||
|
"stacktrace-parser": "0.1.1",
|
||
|
"uglify-js": "~2.4.16",
|
||
|
"underscore": "1.7.0",
|
||
|
"worker-farm": "1.1.0",
|
||
|
"yargs": "1.3.2"
|
||
|
},
|
||
|
"devDependencies": {
|
||
|
"jest-cli": "0.2.1",
|
||
|
"eslint": "0.9.2"
|
||
|
}
|
||
|
}
|