forked from ign-packo/PackO
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
52 lines (52 loc) · 1.43 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
52
{
"name": "ign-api-mosaique",
"version": "0.1.0",
"description": "api pour controle et retouche du mosaiquage",
"main": "serveur.js",
"scripts": {
"lint": "eslint .",
"test": "nyc --reporter=text mocha --cache cache_test",
"test-coveralls": "nyc --reporter=lcov --report-dir=coverage mocha --cache cache_test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/gmaillet/ign-api-mosaique.git"
},
"author": "IGN",
"license": "UNLICENSED",
"bugs": {
"url": "https://github.com/gmaillet/ign-api-mosaique/issues"
},
"homepage": "https://github.com/gmaillet/ign-api-mosaique#readme",
"dependencies": {
"body-parser": "^1.19.0",
"chai": "^4.2.0",
"chai-http": "^4.3.0",
"chai-json-schema": "^1.5.1",
"cors": "^2.8.5",
"debug": "^4.1.1",
"express": "^4.17.1",
"express-validator": "^6.5.0",
"fs": "0.0.1-security",
"geojson-validation": "^1.0.2",
"jimp": "^0.14.0",
"mocha": "^8.1.1",
"nocache": "^2.1.0",
"nyc": "^15.1.0",
"proj4": "^2.6.2",
"pureimage": "^0.2.1",
"supervisor": "^0.12.0",
"swagger-editor-dist": "^3.10.0",
"swagger-ui-dist": "^3.25.5",
"swagger-ui-express": "^4.1.4",
"xml2js": "^0.4.23",
"yamljs": "^0.3.0",
"yargs": "^15.4.1",
"git-describe": "^4.0.4"
},
"devDependencies": {
"eslint": "^7.2.0",
"eslint-config-airbnb-base": "^14.2.0",
"eslint-plugin-import": "^2.21.2"
}
}