-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
40 lines (40 loc) · 1.01 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
{
"name": "recuento-y-modificacion",
"version": "1.0.0",
"description": "Módulo de recuento y modificación para Agora@US, curso 2016/17",
"main": "WebServer.js",
"dependencies": {
"body-parser": "^1.15.2",
"chai": "^3.5.0",
"express": "^4.14.0",
"fs-extra": "^1.0.0",
"https": "^1.0.0",
"mocha": "^3.2.0",
"node-localdb": "0.0.3",
"request": "^2.79.0",
"sqlite-sync": "^0.3.6",
"sync-request": "^3.0.1"
},
"devDependencies": {},
"scripts": {
"test": "node ./node_modules/mocha/bin/mocha",
"start": "node WebServer.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/AgoraUS-G1-1617/Recuento-y-modificacion.git"
},
"keywords": [
"agora",
"agoraus",
"us",
"recuento",
"modificacion"
],
"author": "Varios",
"license": "GPL-3.0",
"bugs": {
"url": "https://github.com/AgoraUS-G1-1617/Recuento-y-modificacion/issues"
},
"homepage": "https://github.com/AgoraUS-G1-1617/Recuento-y-modificacion#readme"
}