-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
43 lines (43 loc) · 1.07 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
39
40
41
42
43
{
"name": "lab-home",
"version": "0.1.3",
"author": "cal-web-dept",
"description": "Offical site of CSU Apple Lab",
"homepage": "https://www.csuapple.com",
"private": true,
"repository": {
"trype": "git",
"url": "https://github.com/CSU-Apple-Lab/Home.git"
},
"engines": {
"node": ">=7.6.0"
},
"scripts": {
"start": "node ./bin/www",
"lint": "eslint --fix .",
"test": "mocha -R mochawesome",
"test-cov": "istanbul cover node_modules/mocha/bin/_mocha -- -R mochawesome"
},
"dependencies": {
"koa": "^2.2.0",
"koa-bodyparser": "^4.2.0",
"koa-conditional-get": "^2.0.0",
"koa-etag": "^3.0.0",
"koa-hbs": "^1.0.0-alpha.1",
"koa-router": "^7.0.1",
"koa-send": "^3.3.0",
"koa-static": "^3.0.0",
"mongoose": "^4.9.1"
},
"devDependencies": {
"chai": "^3.5.0",
"chai-as-promised": "^6.0.0",
"eslint": "^3.19.0",
"eslint-config-google": "^0.7.1",
"istanbul": "^1.1.0-alpha.1",
"koa-logger": "^2.0.1",
"mocha": "^3.2.0",
"mochawesome": "^2.0.4",
"supertest": "^3.0.0"
}
}