{ "name": "arclight", "description": "", "main": "index.js", "dependencies": { "@babel/core": "^7.5.5", "@babel/plugin-external-helpers": "^7.2.0", "@babel/plugin-transform-modules-umd": "^7.2.0", "@babel/preset-env": "^7.5.5" }, "devDependencies": { "eslint": "^3.19.0", "eslint-config-airbnb-base": "^11.1.3", "eslint-plugin-import": "^2.2.0" }, "scripts": { "lint": "eslint './app/assets/javascripts/**/*.{js,es6}'", "lint:fix": "eslint --fix './app/assets/javascripts/**/*.{js,es6}'", "test": "echo \"Error: no test specified\" && exit 1" }, "repository": { "type": "git", "url": "git+https://github.com/sul-dlss/arclight.git" }, "author": "", "license": "Apache-2.0", "bugs": { "url": "https://github.com/sul-dlss/arclight/issues" }, "homepage": "https://github.com/sul-dlss/arclight#readme" }