-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathpackage.json
42 lines (42 loc) · 1.04 KB
/
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
{
"name": "generator-politico-interactives",
"description": "Yeoman generator for interactive projects at POLITICO.",
"version": "0.10.0",
"main": "generators/app/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"author": {
"name": "Jon McClure",
"email": "[email protected]",
"url": "https://github.com/The-Politico"
},
"license": "ISC",
"repository": {
"type": "git",
"url": "https://github.com/The-Politico/generator-politico-interactives.git"
},
"dependencies": {
"@octokit/rest": "^15.11.2",
"chalk": "^1.1.3",
"fs-extra": "^3.0.1",
"mkdirp": "^0.5.1",
"secure-keys": "^1.0.0",
"simple-git": "^1.73.0",
"slugify": "^1.3.1",
"yeoman-generator": "^1.1.1"
},
"devDependencies": {
"eslint": "^3.19.0",
"eslint-config-airbnb": "^14.1.0",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-jsx-a11y": "^4.0.0",
"eslint-plugin-react": "^6.10.3"
}
}