-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 842 Bytes
/
package.json
File metadata and controls
37 lines (37 loc) · 842 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
{
"name": "generator-melon-component",
"version": "1.1.0",
"description": "yo generator for melon component",
"homepage": "https://github.com/react-melon/generator-melon-component#readme",
"author": "leon <ludafa@outlook.com>",
"files": [
"app",
"router"
],
"main": "index.js",
"keywords": [
"generator",
"yo",
"melon-component",
"yeoman-generator"
],
"engines": {
"node": ">=4.0"
},
"scripts": {},
"repository": {
"type": "git",
"url": "git+https://github.com/react-melon/generator-melon-component.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/react-melon/generator-melon-component/issues"
},
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^4.15.0",
"mkdirp": "^0.5.1",
"yeoman-generator": "^0.23.0",
"yosay": "^1.0.0"
}
}