-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
35 lines (35 loc) · 918 Bytes
/
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
{
"name": "swagger-mock-file-generator",
"version": "1.2.1",
"description": "A generator of mock file base on swagger yaml or JSON",
"main": "dist/index",
"scripts": {
"build": "babel src --out-dir dist",
"test": "node test/test.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/whq731/swagger-mock-file-generator.git"
},
"keywords": [
"swagger",
"mock",
"chancejs"
],
"dependencies": {
"babel-polyfill": "^6.9.1",
"swagger-mock-parser": "^1.2.0",
"swagger-jsblade-swagger-parser": "4.0.0-beta.2",
"circular-json": "^0.5.1"
},
"devDependencies": {
"babel": "^5.6.14",
"babel-preset-es2015": "^6.9.0"
},
"author": "weihanqing",
"license": "MIT",
"bugs": {
"url": "https://github.com/whq731/swagger-mock-file-generator/issues"
},
"homepage": "https://github.com/whq731/swagger-mock-file-generator#readme"
}