-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
48 lines (48 loc) · 2.21 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
44
45
46
47
48
{
"name": "sos2021-06",
"version": "1.0.0",
"description": "- **Team** - [Gonzalo Camacho Pérez de Sevilla](https://github.com/Goncamper) - [Salvador Romero Merino](https://github.com/SalvadorRomMer) - [Daniel Gallardo Carrión](https://github.com/dangalcar) - **Project description**: My awesome project - **Repository**: [gti-sos/SOS2021-06](https://github.com/gti-sos/SOS2021-06) - **URL**: [http://sos2021-00.herokuapp.com](http://sos2021-00.herokuapp.com) - **APIs**: - [https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-1/docs](https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-1/docs) (developed by [Student 1](https://github.com/404)) - [https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-2/docs](https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-2/docs) (developed by [Student 2](https://github.com/404)) - [https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-3/docs](https://sos2021-00.herokuapp.com/api/v1/my-awesome-resource-3/docs) (developed by [Student 3](https://github.com/404))",
"main": "index.js",
"scripts": {
"build": "rollup -c",
"dev": "rollup -c -w",
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index"
},
"devDependencies": {
"@rollup/plugin-commonjs": "^17.0.0",
"@rollup/plugin-node-resolve": "^11.0.0",
"rollup": "^2.3.4",
"rollup-plugin-css-only": "^3.1.0",
"rollup-plugin-livereload": "^2.0.0",
"rollup-plugin-svelte": "^7.0.0",
"rollup-plugin-terser": "^7.0.0",
"svelte": "^3.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gti-sos/SOS2021-06.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/gti-sos/SOS2021-06/issues"
},
"homepage": "https://github.com/gti-sos/SOS2021-06#readme",
"dependencies": {
"billboard.js": "^3.0.3",
"body-parser": "^1.19.0",
"canvasjs": "^1.8.3",
"cool-ascii-faces": "^1.3.4",
"cors": "^2.8.5",
"express": "^4.17.1",
"fusioncharts": "^3.17.0",
"nedb": "^1.8.0",
"newman": "^5.2.2",
"request": "^2.88.2",
"start": "^5.1.0",
"svelte-fusioncharts": "^1.0.0",
"svelte-spa-router": "^3.1.0",
"sveltestrap": "^3.14.1"
}
}