Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Unified Diff: package.json

Issue 29677659: Issue #6303 - Introduce basic foundation for automation in adblockplusui (Closed)
Patch Set: applied required changes Created Jan. 24, 2018, 1:45 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « README.md ('k') | test_server.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: package.json
===================================================================
new file mode 100644
--- /dev/null
+++ b/package.json
@@ -0,0 +1,20 @@
+{
+ "name": "adblockplusui",
+ "private": true,
+ "description": "Shared Adblock Plus UI code",
+ "scripts": {
+ "lint": "npm run lint:css && npm run lint:js",
+ "lint:css": "stylelint ./skin/*.css",
+ "lint:js": "eslint ./*.js ./lib/*.js ./ext/*.js",
+ "prepare": "python2 ensure_dependencies.py",
+ "start": "http-server $1"
+ },
+ "devDependencies": {
+ "eslint": "^4.16.0",
+ "eslint-config-eyeo": "^2.0.0",
+ "http-server": "^0.11.1",
+ "stylelint": "^8.4.0",
+ "stylelint-config-eyeo": "* blocked by #6288",
+ "stylelint-config-recommended": "^2.0.1"
+ }
+}
« no previous file with comments | « README.md ('k') | test_server.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld