{
"name": "fbjs",
"version": "0.7.0-ccinternal",
"description": "A collection of utility libraries used by other Facebook JS projects",
"main": "index.js",
"repository": "facebook/fbjs",
"scripts": {
"build": "gulp build",
"lint": "eslint .",
"prepublish": "npm run build",
"pretest": "node node_modules/fbjs-scripts/node/check-dev-engines.js package.json",
"test": "NODE_ENV=test jest",
"test-scripts": "cd scripts && npm install && npm test",
"typecheck": "flow check src"
},
"author": "",
"license": "BSD-3-Clause",
"devDependencies": {
"babel": "^5.4.7",
"babel-eslint": "4.1.5",
"del": "^1.2.1",
"eslint": "1.10.3",
"fbjs-scripts": "file:scripts",
"flow-bin": "^0.18.1",
"gulp": "^3.9.0",
"gulp-babel": "^5.1.0",
"gulp-flatten": "^0.2.0",
"gulp-rename": "^1.2.2",
"jest-cli": "^0.7.1",
"merge-stream": "^1.0.0",
"object-assign": "^4.0.1",
"run-sequence": "^1.1.0"
},
"files": [
"LICENSE",
"PATENTS",
"README.md",
"flow/",
"index.js",
"lib/",
"module-map.json"
],
"jest": {
"modulePathIgnorePatterns": [
"/lib/",
"/node_modules/"
],
"persistModuleRegistryBetweenSpecs": true,
"preprocessorIgnorePatterns": [
"/node_modules/"
],
"rootDir": "",
"scriptPreprocessor": "node_modules/fbjs-scripts/jest/preprocessor.js",
"setupEnvScriptFile": "node_modules/fbjs-scripts/jest/environment.js",
"testPathDirs": [
"<rootDir>/src"
],
"unmockedModulePathPatterns": [
"<rootDir>/node_modules/",
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
]
},
"dependencies": {
"core-js": "^1.0.0",
"loose-envify": "^1.0.0",
"isomorphic-fetch": "^2.1.1",
"promise": "^7.1.1",
"ua-parser-js": "^0.7.9"
},
"devEngines": {
"node": ">=3",
"npm": ">=2.x"
},
"browserify": {
"transform": [
"loose-envify"
]
}
}