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.
28 lines
743 B
28 lines
743 B
{
|
|
"name": "neutrino-preset-node",
|
|
"version": "4.0.0",
|
|
"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",
|
|
"repository": "mozilla-neutrino/neutrino-dev",
|
|
"dependencies": {
|
|
"babel-plugin-transform-async-to-generator": "6.16.0",
|
|
"babel-plugin-transform-runtime": "6.15.0",
|
|
"babel-runtime": "6.11.6",
|
|
"source-map-support": "^0.4.6",
|
|
"webpack": "2.2.0",
|
|
"webpack-merge": "2.4.0",
|
|
"webpack-node-externals": "1.5.4"
|
|
},
|
|
"linkDependencies": {
|
|
"neutrino-preset-base": "4.0.0"
|
|
},
|
|
"peerDependencies": {
|
|
"neutrino": "^4.0.0"
|
|
}
|
|
}
|
|
|