-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 990 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
45
46
47
48
{
"name": "eslint-config-chefsplate",
"version": "1.1.6",
"main": "dist/index.js",
"description": "ESLint Config For Chefs Plate Apps",
"repository": {
"type": "git",
"url": "[email protected]:chefsplate/eslint-config-chefsplate.git"
},
"keywords": [
"eslint",
"eslintconfig",
"chefs plate",
"chefsplate"
],
"files": [
"dist/index.js",
"package.json"
],
"scripts": {
"build": "rimraf dist/ && babel src/ --out-dir dist/"
},
"peerDependencies": {
"eslint": ">=3.19.0",
"eslint-config-airbnb": ">=12.0.0"
},
"devDependencies": {
"babel-cli": "6.26.0",
"babel-core": "6.26.0",
"babel-preset-env": "1.6.0",
"rimraf": "2.6.2"
},
"maintainers": [
{
"name": "shan-du",
"email": "[email protected]"
},
{
"name": "h36ahmed",
"email": "[email protected]"
},
{
"name": "jmschlmrs",
"email": "[email protected]"
}
],
"license": "MIT"
}