runet-censorship-bypass/extensions/chromium/package.json

17 lines
479 B
JSON
Raw Normal View History

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",
"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": {
"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
}
}