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.
 

26 lines
713 B

{
"name": "neutrino-lint-base",
"version": "4.1.0",
"description": "Neutrino preset starter for adding building ESLint-based presets",
"main": "src/index.js",
"keywords": [
"neutrino",
"neutrino-preset",
"eslint"
],
"author": "Eli Perelman <eli@eliperelman.com>",
"license": "MPL-2.0",
"repository": "mozilla-neutrino/neutrino-dev",
"dependencies": {
"babel-eslint": "^7.1.1",
"eslint": "^3.14.1",
"eslint-loader": "^1.6.1",
"eslint-plugin-babel": "^4.0.1",
"eslint-plugin-import": "^2.2.0"
},
"peerDependencies": {
"neutrino": "^4.0.0"
},
"homepage": "https://neutrino.js.org",
"bugs": "https://github.com/mozilla-neutrino/neutrino-dev/issues"
}