mirror of
https://github.com/mdn/webextensions-examples.git
synced 2026-04-16 14:28:33 +02:00
16 lines
286 B
JSON
16 lines
286 B
JSON
{
|
|
"name": "eslint-example",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"devDependencies": {
|
|
"eslint": "^3.19.0"
|
|
},
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"lint": "eslint ."
|
|
},
|
|
"author": "",
|
|
"license": "ISC"
|
|
}
|