-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.26 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
{
"name": "gymbooking",
"description": "Swagger api [location](./config/swagger.json)",
"version": "1.0.0",
"author": "Matin <[email protected]>",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/matinehAkhlaghinia/gymbooking.git"
},
"bugs": {
"url": "http://github.com/matinehAkhlaghinia/gymbooking/issues"
},
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.0.0",
"jsonpath": "^0.2.9",
"swaggerize-express": "^4.0.0",
"swaggerize-ui": "^1.0.1",
"swagmock": "~0.0.2"
},
"devDependencies": {
"eslint": "^2",
"istanbul": "~0.4.3",
"is-my-json-valid": "^2.13.1",
"js-yaml": "^3.2.6",
"supertest": "^1.2.0",
"swagger-parser": "^3.4.1",
"tape": "^4"
},
"scripts": {
"test": "tape 'tests/**/*.js'",
"cover": "istanbul cover tape -- 'tests/**/*.js'",
"lint": "eslint .",
"regenerate": "yo swaggerize:test --framework express --apiPath './config/swagger.json'",
"start": "node server.js"
},
"generator-swaggerize": {
"version": "3.1.0"
},
"main": "./server",
"homepage": "https://github.com/matinehAkhlaghinia/gymbooking#readme",
"license": "ISC"
}