-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
33 lines (33 loc) · 863 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
{
"name": "eslint-plugin-screeps",
"version": "2.1.0",
"description": "globals of the game screeps",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/postcrafter/eslint-plugin-screeps.git"
},
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin",
"screeps"
],
"author": "Leo \"PostCrafter\" Friedrichs <[email protected]>",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/postcrafter/eslint-plugin-screeps/issues"
},
"homepage": "https://github.com/postcrafter/eslint-plugin-screeps#readme",
"peerDependencies": {
"eslint": ">=0.8.0"
},
"devDependencies": {
"eslint": "^4.13.1",
"eslint-config-airbnb-base": "^12.1.0",
"eslint-plugin-import": "^2.2.0"
}
}