-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.15 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
{
"name": "mockserver",
"version": "1.0.0",
"description": "frontend mock backend api server",
"main": "src/app.js",
"scripts": {
"dev": "babel-node $NODE_DEBUG_OPTION --inspect src/app.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pndgz/mockserver.git"
},
"keywords": [
"mock",
"api",
"server"
],
"author": "GordonDu",
"license": "ISC",
"bugs": {
"url": "https://github.com/pndgz/mockserver/issues"
},
"homepage": "https://github.com/pndgz/mockserver#readme",
"dependencies": {
"connect": "^3.6.5",
"log4js": "^2.4.1",
"mongoose": "^4.13.7",
"require-context": "^1.0.2"
},
"devDependencies": {
"babel-cli": "^6.26.0",
"babel-core": "^6.26.0",
"babel-eslint": "^8.1.2",
"babel-env": "^2.4.1",
"babel-preset-es2015": "^6.24.1",
"eslint": "^4.14.0",
"eslint-config-standard": "^11.0.0-beta.0",
"eslint-plugin-html": "^4.0.1",
"eslint-plugin-import": "^2.8.0",
"eslint-plugin-node": "^5.2.1",
"eslint-plugin-promise": "^3.6.0",
"eslint-plugin-standard": "^3.0.1"
}
}