forked from ElemeFE/restc
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
38 lines (38 loc) · 908 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
36
37
38
{
"name": "restc",
"version": "0.3.2",
"description": "A server-side middleware to visualize REST requests.",
"main": "index.js",
"repository": "https://github.com/ElemeFE/restc.git",
"license": "MIT",
"typings": "index.d.ts",
"files": [
"lib",
"faas",
"index.js",
"index.d.ts"
],
"scripts": {
"lint": "eslint --fix .",
"test": "ava"
},
"faas": {
"domain": "restc",
"public": "faas",
"description": "A server-side middleware to visualize REST requests.",
"author_name": "lujjjh",
"author_email": "[email protected]",
"notice": [
]
},
"devDependencies": {
"ava": "^0.22.0",
"eslint": "^4.2.0",
"eslint-config-standard": "^10.2.1",
"eslint-plugin-import": "^2.7.0",
"eslint-plugin-node": "^5.1.0",
"eslint-plugin-promise": "^3.5.0",
"eslint-plugin-standard": "^3.0.1"
}
}