-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
40 lines (40 loc) · 916 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
40
{
"name": "utcs-uptime",
"version": "0.0.1",
"description": "Record the usage of cs machines",
"author": "The Nosotros Nueces Group",
"contributors": [],
"scripts": {
"test": "mocha",
"start": "node ./bin/www"
},
"repository": {
"type": "git",
"url": "https://github.com/NosotrosNueces/utcs-uptime.git"
},
"bugs": {
"url": "https://github.com/NosotrosNueces/utcs-uptime/issues"
},
"keywords": [],
"dependencies": {
"agenda": "^0.6.26",
"body-parser": "~1.8.1",
"cookie-parser": "~1.3.3",
"debug": "~2.0.0",
"express": "~4.9.0",
"jade": "~1.6.0",
"mongodb": "~2.0",
"mongoose": "^3.8.21",
"serve-favicon": "~2.1.3"
},
"devDependencies": {
"mocha": "^2.0.1",
"morgan": "~1.3.0",
"should": "^4.4.1",
"node-mongo-seeds": "^2.2.1"
},
"preferGlobal": true,
"private": true,
"analyze": true,
"license": "MIT"
}