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.
 

24 lines
613 B

{
"name": "neutrino-preset-mocha",
"version": "4.0.0",
"description": "Neutrino preset for testing Neutrino projects with Mocha",
"main": "src/index.js",
"keywords": [
"neutrino",
"neutrino-preset",
"mocha"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"peerDependencies": {
"neutrino": "^4.0.0"
},
"dependencies": {
"babel-plugin-transform-es2015-modules-commonjs": "^6.22.0",
"babel-register": "^6.22.0",
"change-case": "^3.0.1",
"deepmerge": "^1.3.2",
"mocha": "^3.2.0"
}
}