2015-01-30 01:10:49 +00:00
|
|
|
{
|
2015-03-20 15:43:51 +00:00
|
|
|
"name": "react-native-github",
|
2015-03-02 18:42:31 +00:00
|
|
|
"version": "0.1.0",
|
2015-01-30 01:10:49 +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-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
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "node linter.js Examples/",
|
2015-03-12 19:51:44 +00:00
|
|
|
"start": "./packager/packager.sh",
|
|
|
|
"postinstall": "cd packager && npm install"
|
2015-01-30 01:10:49 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"connect": "2.8.3",
|
2015-03-09 05:39:23 +00:00
|
|
|
"jstransform": "10.0.1",
|
2015-01-30 01:10:49 +00:00
|
|
|
"source-map": "0.1.31",
|
|
|
|
"stacktrace-parser": "0.1.1",
|
2015-03-12 19:51:44 +00:00
|
|
|
"react-tools": "0.13.0-rc2"
|
2015-01-30 01:10:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2015-03-20 15:43:51 +00:00
|
|
|
"ws": "0.4.31",
|
2015-01-30 01:10:49 +00:00
|
|
|
"jest-cli": "0.2.1",
|
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|