2015-03-12 19:51:44 +00:00
|
|
|
{
|
2016-01-21 21:56:23 +00:00
|
|
|
"version": "0.1.3",
|
2015-03-27 00:26:51 +00:00
|
|
|
"name": "react-native-packager",
|
2015-03-12 19:51:44 +00:00
|
|
|
"description": "Build native apps with React!",
|
|
|
|
"repository": {
|
|
|
|
"type": "git",
|
|
|
|
"url": "git@github.com:facebook/react-native.git"
|
|
|
|
},
|
2015-10-09 21:42:33 +00:00
|
|
|
"engines": {
|
|
|
|
"node": ">=4"
|
|
|
|
},
|
2015-03-12 19:51:44 +00: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 17:11:28 +00:00
|
|
|
"start": "./packager.sh"
|
2015-03-12 19:51:44 +00:00
|
|
|
},
|
2015-07-10 07:23:58 +00:00
|
|
|
"dependencies": {
|
|
|
|
"wordwrap": "^1.0.0"
|
|
|
|
},
|
2015-03-12 19:51:44 +00:00
|
|
|
"devDependencies": {
|
2015-06-30 00:32:44 +00:00
|
|
|
"jest-cli": "git://github.com/facebook/jest#0.5.x",
|
2015-03-12 19:51:44 +00:00
|
|
|
"eslint": "0.9.2"
|
|
|
|
}
|
|
|
|
}
|