You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
DisqusJS/package.json

38 lines
863 B
JSON

{
"name": "disqusjs",
"version": "1.1.0",
"description": "Alternative DISQUS - Render comments components from Disqus API",
"main": "dist/disqus.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/SukkaW/DisqusJS.git"
},
"keywords": [
"Disqus",
"DisqusJS",
"SukkaW",
"API",
"XHR",
"JSON"
],
"author": "Sukka",
"license": "MIT",
"bugs": {
"url": "https://github.com/SukkaW/DisqusJS/issues"
},
"homepage": "https://github.com/SukkaW/DisqusJS#readme",
"dependencies": {
"@babel/core": "^7.1.2",
"@babel/preset-env": "^7.1.0",
"gulp": "4",
"gulp-autoprefixer": "^6.0.0",
"gulp-babel": "^8.0.0",
"gulp-clean-css": "^4.0.0",
"gulp-header": "^2.0.5",
"gulp-uglify": "^3.0.1"
}
}