-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
41 lines (41 loc) · 905 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
{
"name": "eslint-plugin-careaxiom",
"version": "1.1.0",
"description": "eslint rules used in careaxiom",
"keywords": [
"eslint",
"eslintplugin",
"eslint-plugin"
],
"author": "Umar Muneer",
"main": "lib/index.js",
"scripts": {
"test": "mocha tests --recursive"
},
"dependencies": {
"inflection": "^1.12.0",
"requireindex": "~1.1.0"
},
"devDependencies": {
"eslint": "~3.9.1",
"mocha": "^3.1.2"
},
"peerDependencies": {
"eslint": ">=0.8.0"
},
"engines": {
"node": ">=0.10.0"
},
"license": "ISC",
"directories": {
"test": "tests"
},
"repository": {
"type": "git",
"url": "git+https://github.com/umar-muneer/eslint-plugin-careaxiom.git"
},
"bugs": {
"url": "https://github.com/umar-muneer/eslint-plugin-careaxiom/issues"
},
"homepage": "https://github.com/umar-muneer/eslint-plugin-careaxiom#readme"
}