hexo-sdd-api
Version:
Simple API tailored to our website
29 lines (28 loc) • 681 B
JSON
{
"name": "hexo-sdd-api",
"version": "0.0.4",
"description": "Simple API tailored to our website",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SalonDesDevs/hexo-api.git"
},
"keywords": [
"hexo",
"api",
"sdd"
],
"author": "Théophile Cailliau <theophile.cailliau@gmail.com>",
"license": "Unlicense",
"bugs": {
"url": "https://github.com/SalonDesDevs/hexo-api/issues"
},
"homepage": "https://github.com/SalonDesDevs/hexo-api#readme",
"dependencies": {
"body-parser": "^1.18.2",
"diacritics": "^1.3.0"
}
}