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.

21 lines
461 B

{
"name": "neutrino-preset-node",
"version": "1.0.0",
"description": "",
"main": "src/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"dependencies": {
"neutrino-preset-base": "1.0.0",
"webpack-merge": "0.14.1",
"webpack-node-externals": "1.3.3"
},
"peerDependencies": {
"neutrino": "^2.0.0"
}
}