diff --git a/ajax/libs/gitment/package.json b/ajax/libs/gitment/package.json new file mode 100644 index 00000000000000..8aa1b06c98d0b6 --- /dev/null +++ b/ajax/libs/gitment/package.json @@ -0,0 +1,37 @@ +{ + "name": "gitment", + "filename": "gitment.browser.js", + "description": "A comment system based on GitHub Issues", + "author": { + "name": "Shiquan Sun", + "url": "https://github.com/imsun" + }, + "keywords": [ + "comment system", + "GitHub Issues", + "comments", + "github-issues", + "github-blog" + ], + "repository": { + "type": "git", + "url": "https://github.com/imsun/gitment" + }, + "license": "MIT", + "homepage": "https://imsun.github.io/gitment/", + "npmName": "gitment", + "npmFileMap": [ + { + "basePath": "dist", + "files": [ + "gitment.browser*" + ] + }, + { + "basePath": "style", + "files": [ + "**/*" + ] + } + ] +}