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.
 

22 lines
618 B

{
"name": "neutrino-middleware-compile-loader",
"version": "5.0.0",
"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": "mozilla-neutrino/neutrino-dev",
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues",
"dependencies": {
"babel-core": "^6.23.1",
"babel-loader": "^6.3.2",
"webpack": "^2.2.1"
}
}