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.

23 lines
548 B

{
"name": "neutrino-preset-node",
"version": "2.0.1",
"description": "Neutrino preset for building Node.js projects",
"main": "src/index.js",
"keywords": [
"neutrino",
"neutrino-preset"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"dependencies": {
"babel-plugin-transform-runtime": "6.15.0",
"babel-runtime": "6.11.6",
"neutrino-preset-base": "2.0.1",
"webpack-merge": "0.15.0",
"webpack-node-externals": "1.5.4"
},
"peerDependencies": {
"neutrino": "^3.0.0"
}
}