Skip to content

Commit a53969a

Browse files
committed
Adding package.json
1 parent 8caf23f commit a53969a

File tree

1 file changed

+24
-0
lines changed

1 file changed

+24
-0
lines changed

package.json

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
{
2+
"name": "knode.github.io",
3+
"version": "0.0.0",
4+
"description": "Website for knode community portal",
5+
"main": "main.js",
6+
"dependencies": {
7+
"handlebars": "~1.3.0",
8+
"underscore": "~1.5.2"
9+
},
10+
"devDependencies": {},
11+
"scripts": {
12+
"test": "echo \"Error: no test specified\" && exit 1"
13+
},
14+
"repository": {
15+
"type": "git",
16+
"url": "git://github.com/knode/knode.github.io.git"
17+
},
18+
"author": "",
19+
"license": "BSD-2-Clause",
20+
"bugs": {
21+
"url": "https://github.com/knode/knode.github.io/issues"
22+
},
23+
"homepage": "https://github.com/knode/knode.github.io"
24+
}

0 commit comments

Comments
 (0)