We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0896949 commit ab5f14eCopy full SHA for ab5f14e
2 files changed
.gitignore
@@ -1,2 +1,4 @@
1
_site
2
.sass-cache
3
+generate/nodegit
4
+node_modules/
package.json
@@ -0,0 +1,25 @@
+{
+ "name": "nodegit.github.com",
+ "version": "1.0.0",
+ "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