2015-02-20 04:10:52 +00:00
|
|
|
{
|
|
|
|
"name": "react-native",
|
2015-02-26 04:29:14 +00:00
|
|
|
"version": "0.1.0",
|
2015-02-20 04:10:52 +00:00
|
|
|
"description": "Build native apps with React!",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
|
2015-02-25 20:57:33 +00:00
|
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
2015-02-20 04:10:52 +00:00
|
|
|
"testPathIgnorePatterns": [
|
2015-03-11 01:57:27 +00:00
|
|
|
"/node_modules/",
|
|
|
|
"packager/react-packager/src/Activity/"
|
2015-02-20 04:10:52 +00:00
|
|
|
],
|
2015-02-19 21:11:11 +00:00
|
|
|
"testFileExtensions": [
|
|
|
|
"js"
|
2015-02-25 20:57:33 +00:00
|
|
|
],
|
|
|
|
"unmockedModulePathPatterns": [
|
|
|
|
"source-map"
|
2015-02-19 21:11:11 +00:00
|
|
|
]
|
2015-02-20 04:10:52 +00:00
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "node linter.js Examples/",
|
|
|
|
"start": "./packager/packager.sh"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"absolute-path": "0.0.0",
|
|
|
|
"connect": "2.8.3",
|
|
|
|
"debug": "~2.1.0",
|
2015-03-07 00:29:55 +00:00
|
|
|
"joi": "~5.1.0",
|
|
|
|
"jstransform": "10.0.1",
|
2015-02-20 04:10:52 +00:00
|
|
|
"module-deps": "3.5.6",
|
|
|
|
"optimist": "0.6.1",
|
|
|
|
"q": "1.0.1",
|
2015-03-07 00:29:55 +00:00
|
|
|
"react-tools": "0.13.0-rc2",
|
2015-02-20 04:10:52 +00:00
|
|
|
"sane": "1.0.1",
|
|
|
|
"source-map": "0.1.31",
|
|
|
|
"stacktrace-parser": "0.1.1",
|
2015-03-07 00:29:55 +00:00
|
|
|
"uglify-js": "~2.4.16",
|
2015-02-20 04:10:52 +00:00
|
|
|
"underscore": "1.7.0",
|
|
|
|
"worker-farm": "1.1.0",
|
2015-03-07 00:29:55 +00:00
|
|
|
"yargs": "1.3.2"
|
2015-02-20 04:10:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest-cli": "0.2.1",
|
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|