2015-01-30 01:10:49 +00:00
|
|
|
{
|
2015-03-23 17:06:16 +00:00
|
|
|
"name": "react-native",
|
2015-04-08 04:30:46 +00:00
|
|
|
"version": "0.3.7",
|
2015-03-26 17:00:18 +00:00
|
|
|
"description": "A framework for building native apps using React",
|
2015-01-30 01:10:49 +00:00
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
|
|
},
|
|
|
|
"jest": {
|
|
|
|
"scriptPreprocessor": "jestSupport/scriptPreprocess.js",
|
2015-03-02 18:42:31 +00:00
|
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
2015-01-30 01:10:49 +00:00
|
|
|
"testPathIgnorePatterns": [
|
2015-03-11 02:11:28 +00:00
|
|
|
"/node_modules/",
|
|
|
|
"packager/react-packager/src/Activity/"
|
2015-01-30 01:10:49 +00:00
|
|
|
],
|
2015-02-25 20:40:49 +00:00
|
|
|
"testFileExtensions": [
|
|
|
|
"js"
|
2015-03-02 18:42:31 +00:00
|
|
|
],
|
|
|
|
"unmockedModulePathPatterns": [
|
|
|
|
"source-map"
|
2015-02-25 20:40:49 +00:00
|
|
|
]
|
2015-01-30 01:10:49 +00:00
|
|
|
},
|
2015-03-23 17:06:16 +00:00
|
|
|
"main": "Libraries/react-native/react-native.js",
|
2015-03-26 03:09:04 +00:00
|
|
|
"files": [
|
2015-03-26 13:32:01 +00:00
|
|
|
"React",
|
2015-03-26 03:09:04 +00:00
|
|
|
"Examples/SampleApp",
|
|
|
|
"Libraries",
|
|
|
|
"packager",
|
|
|
|
"cli.js",
|
2015-04-08 04:30:46 +00:00
|
|
|
"local-cli",
|
2015-03-26 03:09:04 +00:00
|
|
|
"init.sh",
|
|
|
|
"LICENSE",
|
2015-03-26 17:00:18 +00:00
|
|
|
"PATENTS",
|
|
|
|
"README.md"
|
2015-03-26 03:09:04 +00:00
|
|
|
],
|
2015-01-30 01:10:49 +00:00
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "node linter.js Examples/",
|
2015-03-27 00:26:51 +00:00
|
|
|
"start": "./packager/packager.sh"
|
2015-01-30 01:10:49 +00:00
|
|
|
},
|
2015-03-26 03:09:04 +00:00
|
|
|
"bin": {
|
|
|
|
"react-native-start": "packager/packager.sh"
|
|
|
|
},
|
2015-01-30 01:10:49 +00:00
|
|
|
"dependencies": {
|
2015-04-08 01:26:09 +00:00
|
|
|
"absolute-path": "0.0.0",
|
|
|
|
"bluebird": "^2.9.21",
|
|
|
|
"chalk": "^1.0.0",
|
2015-01-30 01:10:49 +00:00
|
|
|
"connect": "2.8.3",
|
2015-04-08 01:26:09 +00:00
|
|
|
"debug": "~2.1.0",
|
|
|
|
"joi": "~5.1.0",
|
2015-04-03 15:38:06 +00:00
|
|
|
"jstransform": "10.1.0",
|
2015-04-08 01:26:09 +00:00
|
|
|
"module-deps": "3.5.6",
|
|
|
|
"optimist": "0.6.1",
|
2015-03-25 02:34:12 +00:00
|
|
|
"react-timer-mixin": "^0.13.1",
|
2015-04-03 15:38:06 +00:00
|
|
|
"react-tools": "0.13.1",
|
2015-03-25 02:34:12 +00:00
|
|
|
"rebound": "^0.0.12",
|
2015-04-08 01:26:09 +00:00
|
|
|
"sane": "1.0.1",
|
2015-01-30 01:10:49 +00:00
|
|
|
"source-map": "0.1.31",
|
2015-03-27 00:26:51 +00:00
|
|
|
"stacktrace-parser": "0.1.1",
|
|
|
|
"uglify-js": "~2.4.16",
|
|
|
|
"underscore": "1.7.0",
|
|
|
|
"worker-farm": "1.1.0",
|
2015-04-01 05:48:18 +00:00
|
|
|
"ws": "0.4.31",
|
2015-04-08 01:26:09 +00:00
|
|
|
"yargs": "1.3.2"
|
2015-01-30 01:10:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"jest-cli": "0.2.1",
|
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|