2016-11-29 20:27:15 +03:00
|
|
|
{
|
|
|
|
"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",
|
2016-12-29 17:24:11 +03:00
|
|
|
"lint": "./node_modules/.bin/eslint ./runet-censorship-bypass/extension/**/*.js --ignore-pattern vendor"
|
2016-11-29 20:27:15 +03:00
|
|
|
},
|
|
|
|
"author": "Ilya Ig. Petrov",
|
|
|
|
"license": "GPLv3",
|
|
|
|
"devDependencies": {
|
2017-02-05 16:20:58 +03:00
|
|
|
"eslint": "^3.15.0",
|
2017-02-05 18:17:59 +03:00
|
|
|
"eslint-config-google": "^0.7.1"
|
2016-11-29 20:27:15 +03:00
|
|
|
}
|
|
|
|
}
|