-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
48 lines (48 loc) · 1.18 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
{
"name": "mockerena",
"description": "Mock data providers for data integrations",
"version": "1.3.1",
"scripts": {
"docs": "script/docs",
"postsetup": "node postsetup.js",
"setup": "npm install && script/setup",
"server": "script/server",
"start": "sls wsgi serve -p 9000",
"test": "script/test",
"update": "npm install && script/update"
},
"repository": "github:FanThreeSixty/mockerena",
"keywords": [
"flask",
"integrations",
"data",
"mock",
"api"
],
"author": "John Lane",
"contributors": [
"John Lane <[email protected]>",
"Michael Holtzscher <[email protected]>",
"Robert Langenfeld <[email protected]>"
],
"license": "MIT",
"private": true,
"bugs": {
"url": "https://github.com/FanThreeSixty/mockerena/issues"
},
"homepage": "https://github.com/FanThreeSixty/mockerena",
"devDependencies": {
"chalk": "^2.4.2",
"inquirer": "^7.0.0",
"js-yaml": "^3.13.1",
"serverless-python-requirements": "^5.0.1",
"serverless-wsgi": "^1.7.4"
},
"dependencies": {
"serverless": "^1.58.0"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 6.0.0"
}
}