commentbox.io
Version:
The CommentBox.io embedded plugin library
37 lines (36 loc) • 820 B
JSON
{
"name": "commentbox.io",
"version": "2.1.0",
"description": "The CommentBox.io embedded plugin library",
"keywords": [
"comments",
"commentbox",
"commenting",
"disqus"
],
"main": "dist/commentBox.min.js",
"module": "src/commentBox.js",
"scripts": {
"start": "webpack"
},
"files": [
"./dist/commentBox.min.js"
],
"repository": {
"type": "git",
"url": "git+https://github.com/forward-motion/commentbox.io.git"
},
"author": "shaun@forwardmotion.io",
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/forward-motion/commentbox.io/issues"
},
"homepage": "https://github.com/forward-motion/commentbox.io#readme",
"dependencies": {
"qs": "^6.5.2"
},
"devDependencies": {
"webpack": "^4.20.2",
"webpack-cli": "^3.1.1"
}
}