mirror of
https://github.com/OneUptime/oneuptime
synced 2024-11-22 15:24:55 +00:00
30 lines
674 B
JSON
Executable File
30 lines
674 B
JSON
Executable File
{
|
|
"name": "fyipe-api-docs",
|
|
"version": "1.0.0",
|
|
"description": "fyipe api refernce",
|
|
"main": "Gruntfile.js",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "git+https://github.com/Fyipe/api-docs.git"
|
|
},
|
|
"author": "RT Bathula",
|
|
"license": "ISC",
|
|
"bugs": {
|
|
"url": "https://github.com/fyipe/api-docs/issues"
|
|
},
|
|
"homepage": "https://github.com/fyipe/api-docs#readme",
|
|
"dependencies": {
|
|
"express": "^4.16.4",
|
|
"path": "^0.12.7"
|
|
},
|
|
"scripts": {
|
|
"start": "node server.js",
|
|
"test": "echo \"no test required\""
|
|
},
|
|
"devDependencies": {
|
|
"grunt": "~0.4.5",
|
|
"grunt-contrib-concat": "^0.5.1",
|
|
"grunt-release": "^0.13.0"
|
|
}
|
|
}
|