2015-03-12 12:51:44 -07:00
|
|
|
{
|
2016-05-21 06:53:32 -07:00
|
|
|
"version": "0.4.0",
|
2015-03-26 17:26:51 -07:00
|
|
|
"name": "react-native-packager",
|
2015-03-12 12:51:44 -07:00
|
|
|
"description": "Build native apps with React!",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
|
|
},
|
2015-10-09 14:42:33 -07:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2015-03-12 12:51:44 -07:00
|
|
|
"jest": {
|
|
|
|
"setupEnvScriptFile": "jestSupport/env.js",
|
|
|
|
"testPathIgnorePatterns": [
|
|
|
|
"/node_modules/"
|
|
|
|
],
|
|
|
|
"testFileExtensions": [
|
|
|
|
"js"
|
|
|
|
],
|
|
|
|
"unmockedModulePathPatterns": [
|
|
|
|
"source-map"
|
|
|
|
]
|
|
|
|
},
|
|
|
|
"scripts": {
|
|
|
|
"test": "jest",
|
|
|
|
"lint": "node linter.js Examples/",
|
2015-10-22 10:11:28 -07:00
|
|
|
"start": "./packager.sh"
|
2015-03-12 12:51:44 -07:00
|
|
|
},
|
2015-07-10 00:23:58 -07:00
|
|
|
"dependencies": {
|
|
|
|
"wordwrap": "^1.0.0"
|
|
|
|
},
|
2015-03-12 12:51:44 -07:00
|
|
|
"devDependencies": {
|
2015-06-29 17:32:44 -07:00
|
|
|
"jest-cli": "git://github.com/facebook/jest#0.5.x",
|
2015-03-12 12:51:44 -07:00
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|