- Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
Latest commit
24 lines (24 loc) · 535 Bytes
/
Copy pathpackage.json
File metadata and controls
24 lines (24 loc) · 535 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
{
"name": "githubpage",
"description": "Generate github page by Node.js",
"author": {
"name": "13",
"email": "qsimon13@gmail.com"
},
"repository": {
"type": "git",
"url": "git@github.com:q13/githubpage.git"
},
"bin":{
"githubpage":"./bin/githubpage.js"
},
"dependencies": {
"metamd": "0.3.0",
"ejs":"0.8.3",
"jQuery":"1.7.3",
"moment":"1.7.0",
"underscore":"1.3.3"
},
"main": "core.js",
"version": "1.0.6"
}