mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 10:23:43 +03:00
22 lines
645 B
JSON
22 lines
645 B
JSON
{
|
|
"name": "russian-censorship-bypass",
|
|
"version": "0.0.15",
|
|
"description": "Development tools for chromium extension",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "./node_modules/.bin/eslint ./extension/**/*.js --ignore-pattern vendor"
|
|
},
|
|
"author": "Ilya Ig. Petrov",
|
|
"license": "GPLv3",
|
|
"devDependencies": {
|
|
"eslint": "^3.11.1",
|
|
"eslint-config-airbnb": "^13.0.0",
|
|
"eslint-config-google": "^0.7.1",
|
|
"eslint-plugin-hapi": "^4.0.0",
|
|
"eslint-plugin-import": "^2.2.0",
|
|
"eslint-plugin-jsx-a11y": "^2.2.3",
|
|
"eslint-plugin-react": "^6.7.1"
|
|
}
|
|
}
|