-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
33 lines (33 loc) · 724 Bytes
/
package.json
File metadata and controls
33 lines (33 loc) · 724 Bytes
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
{
"name": "eslint-plugin-ship-shape",
"version": "0.8.1",
"description": "The eslint rules for Ship Shape apps and addons",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": {
"name": "Robert Wagner",
"email": "rwwagner90@gmail.com",
"url": "https://github.com/rwwagner90"
},
"license": "ISC",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests tests/lib/rules/*.js tests/config/*.js"
},
"dependencies": {
"babel-eslint": "^10.1.0",
"eslint-plugin-ember": "^8.4.0",
"requireindex": "~1.2.0"
},
"devDependencies": {
"chai": "^4.2.0",
"eslint": "^6.8.0",
"mocha": "^7.1.1"
},
"engines": {
"node": ">=10.*"
}
}