-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
49 lines (49 loc) · 1.01 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
43
44
45
46
47
48
49
{
"name": "generator-codepolio",
"version": "0.2.1",
"description": "Build portfolio website with your repositories",
"license": "MIT",
"main": "app/index.js",
"repository": "miconblog/generator-codepolio",
"author": [
{
"name": "Byungdae Sohn",
"email": "[email protected]",
"url": "http://miconblog.com/"
}
],
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"test": "mocha"
},
"files": [
"app"
],
"keywords": [
"yeoman-generator",
"codepolio"
],
"bugs": {
"url": "https://github.com/miconblog/generator-codepolio/issues"
},
"homepage": "https://github.com/miconblog/generator-codepolio",
"dependencies": {
"chalk": "^1.0.0",
"lodash": "^3.5.0",
"moment": "^2.9.0",
"q": "^1.2.0",
"request": "^2.53.0",
"yeoman-generator": "^0.19.1",
"yosay": "^1.0.3"
},
"devDependencies": {
"gulp": "^3.8.11",
"gulp-load-plugins": "^0.10.0",
"mocha": "^2.2.1"
},
"peerDependencies": {
"yo": "^1.4.6"
}
}