-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
36 lines (36 loc) · 902 Bytes
/
package.json
File metadata and controls
36 lines (36 loc) · 902 Bytes
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
{
"name": "swagger-seneca-sample",
"version": "1.0.0",
"description": "A sample project that showcases the swagger-seneca-router module.",
"main": "index.js",
"scripts": {
"prestart": "npm install",
"start": "node index.js"
},
"keywords": [
"swagger",
"seneca",
"router"
],
"author": "Donal McCarthy (https://github.com/dmccarthy-dev)",
"bugs": {
"url": "https://github.com/dmccarthy-dev/swagger-seneca-sample/issues"
},
"homepage": "https://github.com/dmccarthy-dev/swagger-seneca-sample#readme",
"license": "MIT",
"files": [
"README.md",
"LICENSE",
"index.js"
],
"dependencies": {
"connect": "^3.6.6",
"js-yaml": "^3.11.0",
"seneca": "^3.4.3",
"seneca-balance-client": "^0.6.1",
"seneca-entity": "^2.0.2",
"seneca-mesh": "^0.11.0",
"swagger-seneca-router": "^1.1.0",
"swagger-tools": "^0.10.3"
}
}