You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
{
|
|
|
|
"name": "neutrino-preset-jest",
|
|
|
|
"version": "4.0.0",
|
|
|
|
"description": "Neutrino preset for testing Neutrino projects with Jest",
|
|
|
|
"main": "src/index.js",
|
|
|
|
"keywords": [
|
|
|
|
"neutrino",
|
|
|
|
"neutrino-preset",
|
|
|
|
"jest"
|
|
|
|
],
|
|
|
|
"author": "Eli Perelman <eli@eliperelman.com>",
|
|
|
|
"license": "MPL-2.0",
|
|
|
|
"repository": "mozilla-neutrino/neutrino-dev",
|
|
|
|
"peerDependencies": {
|
|
|
|
"neutrino": "^4.0.0"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
|
|
|
"babel-core": "^6.22.1",
|
|
|
|
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
|
|
|
|
"babel-preset-jest": "^18.0.0",
|
|
|
|
"deepmerge": "^1.3.2",
|
|
|
|
"jest-cli": "^18.1.0"
|
|
|
|
}
|
|
|
|
}
|