aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json16
1 files changed, 9 insertions, 7 deletions
diff --git a/package.json b/package.json
index edd9dab..9e31857 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,9 @@
-{
- "scripts": {
- "lint": "./node_modules/.bin/eslint web",
- "build": "echo \"Warning: no build specified\" && exit 0",
- "test": "echo \"Warning: no test specified\" && exit 0"
- }
-}
+{
+ "name": "traccar-web",
+ "devDependencies": {
+ "eslint": "^4.4.1"
+ },
+ "scripts": {
+ "lint": "./node_modules/.bin/eslint web/."
+ }
+}