This commit is contained in:
Michael Teeuw 2016-04-17 17:12:40 +02:00
parent 1b387dabde
commit bc0ba2f524

View File

@ -4,7 +4,7 @@
"description": "A modular interface for smart mirrors.",
"main": "js/electron.js",
"scripts": {
"start": "electron js/electron.js"
"start": "electron js/electron.js",
"jscs": "jscs **/**/**/**/*.js",
"stylelint": "stylelint css/main.css fonts/roboto.css",
"htmlvalidator": "html-validator --file=index.html",