forked from shutterfly/Mimo
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 953 Bytes
/
package.json
File metadata and controls
43 lines (43 loc) · 953 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
37
38
39
40
41
42
43
{
"name": "Mimo",
"version": "0.9.0",
"private": false,
"description": "An API/HTTP Mocking Platform",
"scripts": {
"start": "node app.js"
},
"author": "Brad Vernon <bradbury.vernon@gmail.com> (https://github.com/ibspoof)",
"contributors": [
{
"name": "Vasu Jain",
"email": "vjain@shutterfly.com"
},
{
"name": "Sarah Pugliaresi"
}
],
"repository": {
"type": "git",
"url": "https://github.com/shutterfly/Mimo.git"
},
"keywords": [
"mimo",
"mocking",
"apis"
],
"license": "MIT",
"dependencies": {
"express": "3.x",
"sqlite3": "2.*",
"hbs": "*",
"xml2json": "*",
"bcrypt": "*",
"persist": "*",
"memory-cache": "*",
"js2xmlparser": "*",
"elementtree": "*"
},
"engines": {
"node": ">=0.10"
}
}