Sha256: 4e25ea3a1555bf80565edacae96ec0e39e4478a8b33a191d93d284c4152acc7d

Contents?: true

Size: 827 Bytes

Versions: 1

Compression:

Stored size: 827 Bytes

Contents

{
  "name": "arclight",
  "version": "1.0.0",
  "description": "The frontend for arclight",
  "main": "app/assets/javascript/arclight/arclight.js",
  "files": [
    "app/assets"
  ],
  "devDependencies": {
    "eslint": "^8.26.0",
    "eslint-config-airbnb-base": "^15.0.0",
    "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": "https://github.com/projectblacklight/arclight.git"
  },
  "author": "",
  "license": "Apache-2.0",
  "bugs": {
    "url": "https://github.com/projectblacklight/arclight/issues"
  },
  "homepage": "https://library.stanford.edu/projects/arclight"
}

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
arclight-1.0.0 package.json