-
Notifications
You must be signed in to change notification settings - Fork 30
Expand file tree
/
Copy pathpackage.json
More file actions
42 lines (42 loc) · 1.07 KB
/
Copy pathpackage.json
File metadata and controls
42 lines (42 loc) · 1.07 KB
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
{
"name": "listacontactos",
"description": "",
"version": "1.0.0",
"author": "Fernando Mejia <ferant0@outlook.com>",
"contributors": [],
"repository": {
"type": "git",
"url": "git://github.com/feranto/listacontactos.git"
},
"bugs": "http://github.com/feranto/listacontactos/issues",
"publishConfig": {
"registry": "https://registry.npmjs.org"
},
"dependencies": {
"body-parser": "^1.15.0",
"express": "^4.0.0",
"jsonpath": "^0.2.11",
"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'"
},
"generator-swaggerize": {
"version": "3.1.0"
},
"main": "./server"
}