We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8caf23f commit a53969aCopy full SHA for a53969a
package.json
@@ -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