forked from react-webpack-generators/generator-react-webpack
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.1 KB
/
package.json
File metadata and controls
120 lines (120 loc) · 3.1 KB
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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
{
"_args": [
[
"generator-react-webpack",
""
]
],
"_from": "generator-react-webpack@latest",
"_id": "generator-react-webpack@3.2.3",
"_inCache": true,
"_installable": true,
"_location": "/generator-react-webpack",
"_nodeVersion": "4.3.1",
"_npmOperationalInternal": {
"host": "packages-6-west.internal.npmjs.com",
"tmp": "tmp/generator-react-webpack-3.2.3.tgz_1456262076926_0.5574638976249844"
},
"_npmUser": {
"email": "cs@weblogixx.de",
"name": "weblogixx"
},
"_npmVersion": "3.7.3",
"_phantomChildren": {},
"_requested": {
"name": "generator-react-webpack",
"raw": "generator-react-webpack",
"rawSpec": "",
"scope": null,
"spec": "latest",
"type": "tag"
},
"_requiredBy": [
"#USER"
],
"_resolved": "https://registry.npmjs.org/generator-react-webpack/-/generator-react-webpack-3.2.3.tgz",
"_shasum": "c752096e9b6ec91d0f711392c2541b9821413c22",
"_shrinkwrap": null,
"_spec": "generator-react-webpack",
"_where": "",
"author": {
"email": "simon@newtriks.com",
"name": "Simon Bailey",
"url": "https://github.com/newtriks"
},
"bugs": {
"url": "https://github.com/newtriks/generator-react-webpack/issues"
},
"contributors": [
{
"name": "Christian Schilling",
"email": "cs@weblogixx.de",
"url": "https://github.com/weblogixx"
}
],
"dependencies": {
"escodegen": "^1.7.0",
"esprima": "^2.7.0",
"esprima-walk": "^0.1.0",
"react-webpack-template": "^1.0.0",
"underscore.string": "^3.2.2",
"yeoman-generator": "^0.22.0",
"yeoman-welcome": "^1.0.1"
},
"description": "Yeoman generator for using React with Webpack via Babel",
"devDependencies": {
"chai": "^3.2.0",
"mocha": "^2.3.2",
"yeoman-assert": "^2.1.1",
"yeoman-test": "^1.0.0"
},
"directories": {},
"dist": {
"shasum": "c752096e9b6ec91d0f711392c2541b9821413c22",
"tarball": "http://registry.npmjs.org/generator-react-webpack/-/generator-react-webpack-3.2.3.tgz"
},
"engines": {
"iojs": ">=1.1.0",
"node": ">=4.0.0"
},
"gitHead": "56d6b9cd484020dff8d5eb36abbd708d14cc18ff",
"homepage": "https://github.com/newtriks/generator-react-webpack",
"keywords": [
"app",
"component",
"framework",
"front-end",
"frontend",
"react",
"reactjs",
"scaffold",
"webpack",
"yeoman-generator"
],
"license": "MIT",
"main": "generators/app/index.js",
"maintainers": [
{
"name": "newtriks",
"email": "simon@newtriks.com"
},
{
"name": "weblogixx",
"email": "cs@weblogixx.de"
}
],
"name": "generator-react-webpack",
"optionalDependencies": {},
"readme": "ERROR: No README data found!",
"repository": {
"type": "git",
"url": "git://github.com/newtriks/generator-react-webpack.git"
},
"scripts": {
"release:major": "npm version major && npm publish && git push --follow-tags",
"release:minor": "npm version minor && npm publish && git push --follow-tags",
"release:patch": "npm version patch && npm publish && git push --follow-tags",
"test": "mocha"
},
"version": "3.2.3"
}