UNPKG

733 BJSONView Raw
1{
2 "name": "any-mock",
3 "version": "1.0.2",
4 "description": "集成rap和anyproxy",
5 "main": "mock.js",
6 "scripts": {
7 "test": "echo \"Error: no test specified\" && exit 1"
8 },
9 "author": "rainice0@gmail.com",
10 "license": "ISC",
11 "dependencies": {
12 "anyproxy": "^3.10.2",
13 "colorful": "^2.1.0",
14 "commander": "^2.9.0",
15 "npm": "^3.10.2"
16 },
17 "homepage": "https://github.com/MiddleBack/anymock",
18 "bin": {
19 "anymock": "bin.js"
20 },
21 "bugs": {
22 "url": "https://github.com/MiddleBack/anymock/issues"
23 },
24 "maintainers": [
25 {
26 "email": "rainice0@gmail.com",
27 "name": "谭湘元"
28 }
29 ],
30 "repository": {
31 "type": "git",
32 "url": "https://github.com/MiddleBack/anymock.git"
33 }
34}