Skip to content

Commit ab5f14e

Browse files
committed
Add npm
1 parent 0896949 commit ab5f14e

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
_site
22
.sass-cache
3+
generate/nodegit
4+
node_modules/

package.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"name": "nodegit.github.com",
3+
"version": "1.0.0",
4+
"description": "The nodegit.org website generator",
5+
"main": "index.js",
6+
"dependencies": {
7+
"bluebird": "^2.9.12",
8+
"change-case": "^2.2.0",
9+
"dive": "^0.4.0",
10+
"dox": "^0.6.1",
11+
"fs-extra": "^0.16.3",
12+
"lodash": "^3.3.0"
13+
},
14+
"devDependencies": {},
15+
"repository": {
16+
"type": "git",
17+
"url": "https://github.com/nodegit/nodegit.github.com"
18+
},
19+
"author": "",
20+
"license": "ISC",
21+
"bugs": {
22+
"url": "https://github.com/nodegit/nodegit.github.com/issues"
23+
},
24+
"homepage": "https://github.com/nodegit/nodegit.github.com"
25+
}

0 commit comments

Comments
 (0)