-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 848 Bytes
/
package.json
File metadata and controls
39 lines (39 loc) · 848 Bytes
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
{
"name": "generator-fed",
"version": "2.3.2",
"description": "Yeoman generator for Frontend Development with Browserify and SASS Composer.",
"files": [
"generators"
],
"keywords": [
"yeoman-generator",
"frontend",
"fed",
"browserify",
"sass-composer",
"yo",
"react",
"redux",
"router",
"isomorphic",
"universal",
"test",
"coverage"
],
"repository": {
"type": "git",
"url": "https://github.com/jameslnewell/generator-fed.git"
},
"dependencies": {
"extend": "^3.0.0",
"yeoman-generator": "^0.21.1"
},
"devDependencies": {
"eslint": "^1.9.0",
"eslint-config-jameslnewell": "jameslnewell/eslint-config-jameslnewell"
},
"scripts": {
"lint": "eslint generators/**/*.js generators/**/*.*.js generators/**/_/**/*.js"
},
"license": "MIT"
}