-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
37 lines (37 loc) · 961 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": "generator-dmninteractives",
"version": "0.8.9",
"description": "Yeoman generator for interactive pages at The Dallas Morning News",
"license": "MIT",
"main": "app/index.js",
"repository": "DallasMorningNews/generator-dmninteractives",
"author": {
"name": "John Hancock",
"email": "[email protected]",
"url": "https://github.com/DallasMorningNews"
},
"files": [
"generators"
],
"keywords": [
"yeoman-generator"
],
"dependencies": {
"chalk": "^1.1.3",
"google-url-helper": "^1.0.3",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"octonode": "^0.9.3",
"semver": "^5.5.0",
"underscore.string": "^3.3.5",
"valid-url": "^1.0.9",
"yeoman-generator": "^0.19.2"
},
"devDependencies": {
"eslint": "^3.14.1",
"eslint-config-airbnb": "^14.0.0",
"eslint-plugin-import": "^2.13.0",
"eslint-plugin-jsx-a11y": "^3.0.2",
"eslint-plugin-react": "^6.9.0"
}
}