Skip to content

Commit 9d2a559

Browse files
committed
add package.json
1 parent 82fd3b6 commit 9d2a559

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/site/index.html
22
/build
33
/html
4+
/node_modules
45
/site/de
56
/site/ru
67
*.md~

package.json

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
{
2+
"name": "javascript-garden",
3+
"description": "A collection of documentation about the most quirky parts of the JavaScript language.",
4+
"version": "0.0.0",
5+
"dependencies": {
6+
"fomatto": "0.5.0",
7+
"jade": "0.9.1",
8+
"neko": "1.1.2",
9+
"node-markdown": "0.1.0"
10+
}
11+
}

0 commit comments

Comments
 (0)