-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
51 lines (51 loc) · 1.15 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
49
50
51
{
"name": "smartflanders",
"version": "1.0.0",
"description": "Making Flanders Smart Again",
"main": "index.js",
"scripts": {
"start": "node-sass templates/css -o public/css && nodemon index.js",
"test": "mocha"
},
"repository": {
"type": "git",
"url": "git+https://github.com/oSoc18/SmartFlanders.git"
},
"keywords": [
"Flanders",
"Smart",
"Open",
"Linked",
"Data"
],
"author": "",
"license": "MIT",
"bugs": {
"url": "https://github.com/oSoc18/SmartFlanders/issues"
},
"homepage": "https://github.com/oSoc18/SmartFlanders#readme",
"dependencies": {
"@material-ui/core": "^1.4.1",
"body-parser": "^1.18.3",
"cors": "^2.8.4",
"enum": "^2.5.0",
"express": "^4.16.3",
"fast-csv": "^2.4.1",
"morgan": "^1.9.0",
"n3": "^1.0.0-beta.1",
"node-csv": "^0.1.2",
"node-sass": "^4.9.2",
"npm": "^6.2.0",
"package.json": "^2.0.1",
"proj4": "^2.4.4",
"pug": "^2.0.3",
"typeface-roboto": "0.0.54",
"validator": "^10.4.0"
},
"devDependencies": {
"chai": "^4.1.2",
"chai-as-promised": "^7.1.1",
"mocha": "^5.2.0",
"nodemon": "^1.17.5"
}
}