-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 912 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
{
"name": "gab-adminmap_serverless",
"version": "0.0.1",
"description": "Carte interactive des action d'AgroBio 35",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "parcel index.html",
"build": "parcel build --public-url . index.html"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pierrethiriet/GAB-AdminMap_serverless.git"
},
"keywords": [
"carte",
"agriculture",
"bio",
"agrobio"
],
"author": "AgroBio 35",
"license": "MIT",
"bugs": {
"url": "https://github.com/pierrethiriet/GAB-AdminMap_serverless/issues"
},
"homepage": "https://github.com/pierrethiriet/GAB-AdminMap_serverless#readme",
"devDependencies": {
"parcel-bundler": "^1.12.4"
},
"dependencies": {
"@fortawesome/fontawesome-free": "^5.15.1",
"ol": "^6.4.3",
"showdown": "^1.9.1"
}
}