-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
39 lines (39 loc) · 957 Bytes
/
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
39
{
"name": "nrg948-publicweb",
"version": "1.0.0",
"description": "public site for nrg948",
"main": "index.js",
"scripts": {
"start": "node_modules/nodemon/bin/nodemon.js index.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/davequick/nrg948-publicweb.git"
},
"keywords": [
"public",
"nrg948"
],
"author": "Dave Quick",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/davequick/nrg948-publicweb/issues"
},
"homepage": "https://github.com/davequick/nrg948-publicweb#readme",
"dependencies": {
"kerberos": "0.0.17",
"koa": "^1.1.2",
"koa-common": "^1.2.0",
"koa-handlebars": "^0.5.7",
"koa-hbs": "^0.7.0",
"koa-route": "^3.0.0",
"koa-router": "^5.3.0",
"list-files": "^1.1.0",
"mongodb": "^2.1.2",
"q": "^1.4.1"
},
"devDependencies": {
"nodemon": "^1.8.1"
}
}