Files
react-native-swiper/examples/node_modules/react-native/package.json
2015-04-29 02:28:34 +08:00

111 lines
2.7 KiB
JSON

{
"name": "react-native",
"version": "0.4.1",
"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",
"setupEnvScriptFile": "jestSupport/env.js",
"testPathIgnorePatterns": [
"/node_modules/",
"packager/react-packager/src/Activity/"
],
"testFileExtensions": [
"js"
],
"unmockedModulePathPatterns": [
"source-map"
]
},
"main": "Libraries/react-native/react-native.js",
"files": [
"React",
"Examples/SampleApp",
"Libraries",
"packager",
"cli.js",
"local-cli",
"init.sh",
"LICENSE",
"PATENTS",
"README.md"
],
"scripts": {
"test": "jest",
"lint": "node linter.js Examples/",
"start": "./packager/packager.sh"
},
"bin": {
"react-native-start": "packager/packager.sh"
},
"dependencies": {
"absolute-path": "0.0.0",
"bluebird": "^2.9.21",
"chalk": "^1.0.0",
"connect": "2.8.3",
"debug": "~2.1.0",
"image-size": "0.3.5",
"joi": "~5.1.0",
"jstransform": "10.1.0",
"module-deps": "3.5.6",
"optimist": "0.6.1",
"promise": "^7.0.0",
"react-timer-mixin": "^0.13.1",
"react-tools": "0.13.1",
"rebound": "^0.0.12",
"sane": "1.0.3",
"source-map": "0.1.31",
"stacktrace-parser": "git://github.com/frantic/stacktrace-parser.git#493c5e5638",
"uglify-js": "~2.4.16",
"underscore": "1.7.0",
"worker-farm": "1.1.0",
"ws": "0.4.31",
"yargs": "1.3.2"
},
"devDependencies": {
"jest-cli": "0.2.1",
"eslint": "0.9.2"
},
"gitHead": "abea586c6522245167a01a48df169317744e4dbb",
"bugs": {
"url": "https://github.com/facebook/react-native/issues"
},
"homepage": "https://github.com/facebook/react-native",
"_id": "react-native@0.4.1",
"_shasum": "0fae6392a6a6147fa44ceae62e87f009a8ada54f",
"_from": "react-native@0.4.1",
"_npmVersion": "2.1.18",
"_nodeVersion": "0.10.35",
"_npmUser": {
"name": "vjeux",
"email": "vjeuxx@gmail.com"
},
"maintainers": [
{
"name": "spicyj",
"email": "ben@benalpert.com"
},
{
"name": "frantic",
"email": "alex.frantic@gmail.com"
},
{
"name": "vjeux",
"email": "vjeuxx@gmail.com"
},
{
"name": "amasad",
"email": "amjad.masad@gmail.com"
}
],
"dist": {
"shasum": "0fae6392a6a6147fa44ceae62e87f009a8ada54f",
"tarball": "http://registry.npmjs.org/react-native/-/react-native-0.4.1.tgz"
},
"directories": {},
"_resolved": "https://registry.npmjs.org/react-native/-/react-native-0.4.1.tgz"
}