react-native/package.json

78 lines
1.9 KiB
JSON
Raw Normal View History

{
"name": "react-native",
"version": "0.4.4",
2015-03-28 05:18:47 +00:00
"description": "A framework for building native apps using 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",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"testFileExtensions": [
"js"
2015-02-25 20:57:33 +00:00
],
"unmockedModulePathPatterns": [
"source-map"
]
},
"main": "Libraries/react-native/react-native.js",
"files": [
2015-03-26 09:58:06 +00:00
"React",
"React.podspec",
"Examples/SampleApp",
"Libraries",
"packager",
"cli.js",
2015-04-08 04:36:34 +00:00
"local-cli",
"init.sh",
"LICENSE",
2015-03-28 05:18:47 +00:00
"PATENTS",
"README.md"
],
"scripts": {
"test": "jest",
"lint": "node linter.js Examples/ Libraries/",
"start": "./packager/packager.sh"
},
"bin": {
"react-native-start": "packager/packager.sh"
},
"dependencies": {
2015-04-07 22:52:47 +00:00
"absolute-path": "0.0.0",
"babel": "5.4.3",
2015-04-07 22:52:47 +00:00
"bluebird": "^2.9.21",
"chalk": "^1.0.0",
"connect": "2.8.3",
2015-04-07 22:52:47 +00:00
"debug": "~2.1.0",
"graceful-fs": "^3.0.6",
"image-size": "0.3.5",
2015-04-07 22:52:47 +00:00
"joi": "~5.1.0",
"jstransform": "11.0.1",
2015-04-07 22:52:47 +00:00
"module-deps": "3.5.6",
"optimist": "0.6.1",
"promise": "^7.0.0",
2015-03-24 18:35:59 +00:00
"react-timer-mixin": "^0.13.1",
"react-tools": "0.13.2",
"rebound": "^0.0.12",
"sane": "git://github.com/tadeuzagallo/sane.git#c2c8672928",
"source-map": "0.1.31",
2015-04-17 22:33:54 +00:00
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "^1.3.1",
"ws": "0.4.31",
"yargs": "1.3.2"
},
"devDependencies": {
"jest-cli": "0.4.5",
2015-05-22 18:06:54 +00:00
"babel-eslint": "3.1.5",
"eslint": "0.21.2",
"eslint-plugin-react": "2.3.0"
}
}