forked from betagouv/api-particulier-deprecated
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
61 lines (61 loc) · 1.73 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
53
54
55
56
57
58
59
60
61
{
"name": "api-particulier",
"version": "0.2.11",
"private": false,
"description": "Api brocker for the french government",
"repository": {
"type": "git",
"url": "https://github.com/sgmap/api-particulier"
},
"scripts": {
"test": "istanbul cover --print details _mocha -- -R spec auth/test/** api/test/** api/*/test/** --recursive && npm run test-style && npm audit",
"test-style": "eslint --ignore-path .gitignore api/ auth/ bin/*",
"start": "node ./bin/www"
},
"pre-commit": "test-style",
"pre-push": "test",
"author": "SGMAP",
"devDependencies": {
"chai": "^3.5.0",
"coveralls": "^3.0.2",
"eslint": "^3.19.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-chai-friendly": "^0.3.6",
"eslint-plugin-import": "^2.2.0",
"eslint-plugin-mocha": "^4.9.0",
"eslint-plugin-node": "^4.2.2",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1",
"istanbul": "^0.4.5",
"mocha": "^5.2.0",
"nock": "^9.0.13",
"node-mocks-http": "^1.4.4",
"pre-commit": "^1.2.2",
"pre-push": "^0.1.1",
"proxyquire": "^1.4.0",
"sinon": "^2.3.6",
"sinon-chai": "^2.11.0",
"supertest": "^3.0.0"
},
"dependencies": {
"api-caf": "^0.2.1",
"async": "^2.3.0",
"blocked": "^1.2.1",
"body-parser": "^1.12.4",
"bunyan": "^1.8.12",
"bunyan-blackhole": "^1.0.1",
"bunyan-format": "^0.2.1",
"cors": "^2.8.3",
"express": "^4.12.3",
"express-bunyan-logger": "^1.1.1",
"http-measuring-client": "^0.3.6",
"js2xmlparser": "1.0.0",
"nconf": "^0.8.4",
"raven": "^1.2.1",
"request": "^2.88.0",
"standard-error": "^1.1.0",
"superagent": "^3.5.2",
"svair-api": "^0.6.1",
"throng": "^4.0.0"
}
}