forked from projectblacklight/arclight
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
31 lines (31 loc) · 883 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"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"
}