mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 16:32:11 +02:00
16 lines
324 B
JSON
16 lines
324 B
JSON
{
|
|
"name": "swagger",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"main": "swagger-initializer.js",
|
|
"scripts": {
|
|
"swagger": "http-server .",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "ISC",
|
|
"devDependencies": {
|
|
"http-server": "^14.1.1"
|
|
}
|
|
}
|