-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
58 lines (58 loc) · 1.09 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
{
"author": {
"name": "Livio"
},
"bugs": {
"url": "http://github.com/livio/riposte/issues"
},
"contributors": [
{
"name": "Scott Smereka",
"email": "scott@livio.io"
}
],
"dependencies": {
"async": "^2.0.1",
"lodash": "^4.14.2",
"uuid": "^2.0.2"
},
"description": "Creates predictable API response objects by placing errors, warnings, and data in a well defined envelope.",
"devDependencies": {
"codecov.io": "^0.1.6",
"istanbul": "^0.3.20",
"mocha": "^2.3.3",
"should": "^7.1.0"
},
"engines": {
"node": ">=6.0.0"
},
"keywords": [
"API",
"ENVELOPE",
"LIVIO",
"MICRO",
"MICROSERVICE",
"REPLY",
"RESPONSE",
"RIPOSTE",
"SERVER",
"SERVICE"
],
"licenses": [
{
"type": "BSD-3-Clause",
"url": "https://github.com/livio/riposte/blob/master/license"
}
],
"main": "./libs",
"name": "riposte",
"private": false,
"repository": {
"type": "git",
"url": "https://github.com/livio/ripost.git"
},
"scripts": {
"test": "mocha"
},
"version": "0.1.3"
}