-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
52 lines (52 loc) · 1.08 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
{
"name": "3scale-oas-import",
"description": "3Scale OAS Import",
"version": "0.10.1",
"main": "server.js",
"author": {
"name": "pszuster"
},
"repository": {
"type": "git",
"url": "[email protected]:hodrigohamalho/3scale-oas-import.git"
},
"licenses": [
{
"type": "MIT"
}
],
"preferGlobal": true,
"engines": {
"node": ">= 0.8.0"
},
"dependencies": {
"async": "^1.4.2",
"body-parser": "1.17.2",
"colors": "^0.6.2",
"commander": "^2.2.0",
"cors": "^2.8.3",
"delay-promise": "^2.1.0",
"easy-table": "^1.0.0",
"ejs": "^2.4.1",
"express": "^4.13.4",
"http-error-constructor": "^0.1.0",
"inquirer": "^3.1.0",
"mkdirp": "^0.5.1",
"nconf": "^0.8.4",
"os-homedir": "^1.0.1",
"prettyjson": "*",
"prompt": "^1.0.0",
"q": "^1.4.1",
"raml-1-parser": "*",
"request": "^2.60.0",
"slug": "^0.9.1",
"strip-json-comments": "^2.0.1",
"swagger-parser": "6.0.1",
"underscore": "*"
},
"scripts": {
"start": "node server.js"
},
"keywords": [],
"devDependencies": {}
}