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.
 

27 lines
774 B

{
"name": "neutrino-middleware-compile-loader",
"version": "5.5.1",
"description": "Neutrino middleware for compiling JavaScript using Babel configuration",
"main": "index.js",
"keywords": [
"neutrino",
"neutrino-middleware",
"compile",
"babel"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "https://github.com/mozilla-neutrino/neutrino-dev/tree/master/packages/neutrino-middleware-compile-loader",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"babel-core": "^6.24.0",
"babel-loader": "^6.4.1"
},
"devDependencies": {
"webpack": "^2.3.1"
},
"peerDependencies": {
"neutrino": "^5.1.0"
}
}