-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
38 lines (38 loc) · 1 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
{
"name": "knode.github.io",
"version": "0.0.0",
"description": "Website for knode community portal",
"main": "index.js",
"dependencies": {
"handlebars": "~1.3.0",
"marked": "~0.3.1",
"knode-style": "git://github.com/knode/style.git#HEAD",
"knode-meetups": "git://github.com/knode/meetups.git#HEAD",
"mkdirp": "~0.3.5",
"cpr": "~0.1.1",
"concat-stream": "~1.4.1",
"JSONStream": "~0.7.1"
},
"devDependencies": {
"portfinder": "~0.2.1",
"ecstatic": "~0.4.13",
"watchr": "~2.4.11",
"opener": "~1.3.0"
},
"scripts": {
"update": "node ./bin/install.js",
"compile": "node ./bin/compile.js",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node ./bin/serve.js"
},
"repository": {
"type": "git",
"url": "git://github.com/knode/knode.github.io.git"
},
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/knode/knode.github.io/issues"
},
"homepage": "https://github.com/knode/knode.github.io"
}