-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
44 lines (44 loc) · 950 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
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "@qooxdoo/eslint-config-qx",
"version": "2.0.1",
"description": "ESLint shareable config for Qooxdoo",
"license": "MIT",
"homepage": "https://github.com/qooxdoo/eslint-config-qx",
"repository": {
"type": "git",
"url": "https://github.com/qooxdoo/eslint-config-qx.git"
},
"author": {
"name": "Qooxdoo Developers",
"email": "info@qooxdoo.org",
"url": "http://www.qooxdoo.org/"
},
"engines": {
"node": ">=8.0"
},
"scripts": {
"test": "ava"
},
"files": [
"index.js",
"esnext.js",
"browser.js",
"safety.js"
],
"keywords": [
"eslintconfig",
"qooxdoo"
],
"dependencies": {
"@qooxdoo/eslint-plugin-qx": "^1.2.21",
"eslint": "^6.1.0",
"eslint-plugin-jsdoc": "^15.8.1"
},
"devDependencies": {
"ava": "^3.15.0",
"babel-eslint": "^10.1.0",
"eslint-plugin-babel": "^5.3.0",
"is-plain-obj": "^2.0.0",
"temp-write": "^4.0.0"
}
}