forked from flftfqwxf/mockserver
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
56 lines (56 loc) · 1.76 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
{
"name": "web-mock-server",
"description": "Mock-server is a Node.js web site for mock data,and switch between mock data and real data.一个WEB版的数据模拟及文档管理系统",
"version": "2.4.2",
"scripts": {
"start": "node www/development.js",
"compile": "babel --presets es2015-loose,stage-1 --plugins transform-runtime src/ --out-dir app/ --source-maps",
"watch-compile": "node -e \"console.log('<npm run watch-compile> no longer need, use <npm start> command direct.');console.log();\"",
"watch": "npm run watch-compile",
"test": "istanbul cover ./node_modules/mocha/bin/_mocha -- -t 10000 --recursive -R spec test/"
},
"dependencies": {
"babel-runtime": "6.x.x",
"execsql": "^0.0.3",
"mixin": "^0.2.0",
"mockjs": "^1.0.1-beta3",
"node-crontab": "^0.0.8",
"nunjucks": "^2.5.2",
"path-to-regexp": "^1.7.0",
"request": "^2.75.0",
"request-promise-native": "^1.0.5",
"source-map-support": "0.4.0",
"swagger-jsdoc": "^1.9.7",
"think-raw-body": "^1.0.2",
"thinkjs": "2.2.x"
},
"devDependencies": {
"babel-cli": "6.x.x",
"babel-core": "6.x.x",
"babel-plugin-transform-runtime": "6.x.x",
"babel-preset-es2015": "6.x.x",
"babel-preset-es2015-loose": "6.x.x",
"babel-preset-stage-1": "6.x.x",
"chai": "^4.1.0",
"istanbul": "^0.4.5",
"mocha": "^3.5.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/flftfqwxf/mockserver.git"
},
"license": "MIT",
"main": "www/development.js",
"keywords": [
"MockServer",
"mock-server",
"nodejs",
"thinkjs",
"web"
],
"author": "flftfqwxf",
"bugs": {
"url": "https://github.com/flftfqwxf/mockserver/issues"
},
"homepage": "https://github.com/flftfqwxf/mockserver#readme"
}