-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
45 lines (45 loc) · 984 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
36
37
38
39
40
41
42
43
44
45
{
"name": "traverson-test-server",
"version": "1.12.1",
"description": "Test server used in various Traverson projects.",
"repository": {
"type": "git",
"url": "https://github.com/traverson/traverson-test-server.git"
},
"main": "app.js",
"author": {
"name": "Bastian Krol",
"email": "[email protected]"
},
"contributors": [
{
"name": "Ricardo Costa",
"email": "[email protected]"
}
],
"bin": {
"start-traverson-test-server": "bin/start-test-server.js"
},
"config": {
"commitizen": {
"path": "./node_modules/cz-conventional-changelog"
}
},
"keywords": [
"Traverson"
],
"scripts": {
"test": "echo \"no test specified\""
},
"dependencies": {
"basic-auth-connect": "^1.0.0",
"body-parser": "^1.18.2",
"cors": "^2.8.4",
"express": "^4.16.2",
"method-override": "^3.0.0"
},
"license": "MIT",
"devDependencies": {
"cz-conventional-changelog": "^2.1.0"
}
}