-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
30 lines (30 loc) · 965 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
{
"name": "cnn-birdman",
"version": "0.1.1",
"description": "Code style guidelines for CNN projects",
"author": "Matt Crutchfield <matt.crutchfield@turner.com>",
"license": "Apache-2.0",
"private": true,
"bin": {
"cnn-birdman": "./src/index.js"
},
"dependencies": {
"babel-eslint": "7.1.1",
"chalk": "1.1.3",
"commander": "2.9.0",
"eslint": "3.16.1",
"eslint-config-cnn-starter-base": "https://github.com/cnnlabs/eslint-config-cnn-starter-base.git",
"eslint-config-cnn-starter-app": "https://github.com/cnnlabs/eslint-config-cnn-starter-app.git",
"eslint-plugin-import": "2.2.0",
"eslint-plugin-jsx-a11y": "4.0.0",
"eslint-plugin-react": "6.10.0",
"fs-extra": "2.0.0",
"inquirer": "3.0.5",
"minimist": "1.2.0",
"stylelint": "7.9.0",
"stylelint-config-cnn-starter-app": "https://github.com/cnnlabs/stylelint-config-cnn-starter-app.git"
},
"scripts": {
"lint": "cnn-birdman"
}
}