2015-02-20 04:10:52 +00:00
|
|
|
{
|
|
|
|
"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",
|
2015-02-25 20:57:33 +00:00
|
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
2015-02-20 04:10:52 +00:00
|
|
|
"testPathIgnorePatterns": [
|
2015-02-25 20:57:33 +00:00
|
|
|
"/node_modules/"
|
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",
|
|
|
|
"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",
|
2015-02-19 21:11:11 +00:00
|
|
|
"yargs": "1.3.2",
|
|
|
|
"joi": "~5.1.0"
|
2015-02-20 04:10:52 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest-cli": "0.2.1",
|
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|