forked from rambler-digital-solutions/dotfiles
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
37 lines (37 loc) · 917 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
{
"name": "eslint-config-rambler",
"version": "0.3.1",
"description": "Dotfiles for rambler projects",
"scripts": {
"test": "mocha -R spec ./test/index.js"
},
"repository": {
"type": "git",
"url": "https://github.com/rambler-digital-solutions/dotfiles.git"
},
"keywords": [
"dotfiles",
"rambler",
"kit",
"eslint",
"stylint"
],
"author": "Michael Chernobrov <m.chernobrov@rambler-co.ru>",
"license": "MIT",
"bugs": {
"url": "https://github.com/rambler-digital-solutions/dotfiles/issues"
},
"homepage": "https://github.com/rambler-digital-solutions/dotfiles",
"dependencies": {
"babel-eslint": "7.1.1",
"eslint": "3.16.1",
"eslint-plugin-compat": "1.0.2",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-react": "6.10.0",
"strip-json-comments": "2.0.1"
},
"devDependencies": {
"chai": "3.5.0",
"mocha": "3.2.0"
}
}