forked from senecajs/seneca
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
91 lines (91 loc) · 2.04 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "seneca",
"description": "A Microservices Framework for Node.js",
"keywords": [
"micro",
"service",
"microservice",
"micro-service",
"microservices",
"micro-services",
"services",
"micro services",
"micro service",
"framework",
"minimum",
"viable",
"product",
"toolkit",
"startup"
],
"version": "0.7.2",
"license": "MIT",
"homepage": "http://senecajs.org",
"author": "Richard Rodger (http://richardrodger.com/)",
"contributors": [
"Richard Rodger (http://richardrodger.com)",
"Wyatt Preul",
"Dean McDonnell",
"Peter Elger",
"Cristian Ianto",
"Dominic Tarr",
"David Mark Clements",
"Nicolas Herment",
"Maciej Małecki (http://mmalecki.com)",
"Jake Pruitt",
"Marian Radulescu",
"Alexandru Mircea",
"Adrian Rossouw (http://daemon.co.za)"
],
"dependencies": {
"archy": "1.0.0",
"eraro": "0.4.1",
"gate-executor": "0.2.3",
"gex": "0.2.0",
"jsonic": "0.2.1",
"lodash": "2.4.2",
"lru-cache": "2.6.4",
"minimist": "1.1.1",
"nid": "0.3.2",
"norma": "0.3.0",
"parambulator": "1.5.1",
"patrun": "0.5.0",
"rolling-stats": "0.1.1",
"seneca-basic": "0.3.0",
"seneca-mem-store": "0.3.1",
"seneca-transport": "0.7.2",
"seneca-web": "0.4.3",
"use-plugin": "0.3.1",
"zig": "0.1.1"
},
"main": "seneca.js",
"files": [
"LICENSE.txt",
"README.md",
"CHANGES.md",
"lib",
"seneca.js"
],
"repository": {
"type": "git",
"url": "https://github.com/rjrodger/seneca.git"
},
"scripts": {
"test": "./node_modules/.bin/lab -v -P test -L",
"build": "./build.sh",
"annotate": "docco seneca.js -o doc"
},
"devDependencies": {
"async": "0.9.2",
"body-parser": "1.11.0",
"connect": "3.0.2",
"connect-query": "0.2.0",
"docco": "0.7.0",
"eslint-config-standard": "^4.4.0",
"eslint-plugin-standard": "^1.3.1",
"jshint": "2.8.0",
"lab": "6.0.0",
"seneca-echo": "0.2.0",
"seneca-error-test": "0.2.2"
}
}