57 lines
1.2 KiB
JSON
57 lines
1.2 KiB
JSON
{
|
|
"name": "fbemitter",
|
|
"version": "2.1.1",
|
|
"keywords": [
|
|
"clientside"
|
|
],
|
|
"bugs": "https://github.com/facebook/emitter/issues",
|
|
"license": "BSD-3-Clause",
|
|
"files": [
|
|
"LICENSE",
|
|
"PATENTS",
|
|
"README.md",
|
|
"index.js",
|
|
"lib/"
|
|
],
|
|
"main": "index.js",
|
|
"repository": "facebook/emitter",
|
|
"scripts": {
|
|
"build": "gulp build",
|
|
"prepublish": "npm run build",
|
|
"test": "NODE_ENV=test jest"
|
|
},
|
|
"dependencies": {
|
|
"fbjs": "^0.8.4"
|
|
},
|
|
"devDependencies": {
|
|
"babel-core": "^5.8.34",
|
|
"del": "^2.2.0",
|
|
"fbjs-scripts": "^0.5.0",
|
|
"gulp": "^3.9.0",
|
|
"gulp-babel": "^5.3.0",
|
|
"gulp-flatten": "^0.2.0",
|
|
"jest-cli": "^0.8.2",
|
|
"object-assign": "^4.0.1",
|
|
"run-sequence": "^1.1.5"
|
|
},
|
|
"jest": {
|
|
"modulePathIgnorePatterns": [
|
|
"/lib/",
|
|
"/node_modules/"
|
|
],
|
|
"persistModuleRegistryBetweenSpecs": true,
|
|
"preprocessorIgnorePatterns": [
|
|
"/node_modules/"
|
|
],
|
|
"rootDir": "",
|
|
"scriptPreprocessor": "scripts/jest/preprocessor.js",
|
|
"testPathDirs": [
|
|
"<rootDir>/src"
|
|
],
|
|
"unmockedModulePathPatterns": [
|
|
"<rootDir>/node_modules/",
|
|
"<rootDir>/src/(?!(__forks__/fetch.js$|fetch/))"
|
|
]
|
|
}
|
|
}
|