mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
17 lines
479 B
JSON
17 lines
479 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 ./runet-censorship-bypass/extension/**/*.js --ignore-pattern vendor"
|
|
},
|
|
"author": "Ilya Ig. Petrov",
|
|
"license": "GPLv3",
|
|
"devDependencies": {
|
|
"eslint": "^3.15.0",
|
|
"eslint-config-google": "^0.7.1"
|
|
}
|
|
}
|