mirror of
https://github.com/typicode/json-server.git
synced 2026-03-13 09:35:37 +08:00
Update keywords and license in package.json (#1706)
This commit is contained in:
18
package.json
18
package.json
@@ -2,8 +2,22 @@
|
||||
"name": "json-server",
|
||||
"version": "1.0.0-beta.8",
|
||||
"description": "",
|
||||
"keywords": [],
|
||||
"license": "SEE LICENSE IN ./LICENSE",
|
||||
"keywords": [
|
||||
"JSON",
|
||||
"server",
|
||||
"fake",
|
||||
"REST",
|
||||
"API",
|
||||
"prototyping",
|
||||
"mock",
|
||||
"mocking",
|
||||
"test",
|
||||
"testing",
|
||||
"rest",
|
||||
"data",
|
||||
"dummy"
|
||||
],
|
||||
"license": "MIT",
|
||||
"author": "typicode <typicode@gmail.com>",
|
||||
"repository": {
|
||||
"type": "git",
|
||||
|
||||
Reference in New Issue
Block a user