mirror of https://github.com/hans362/DisqusJS.git
init: project
parent
157bf8851f
commit
ae24b566ae
@ -0,0 +1,14 @@
|
||||
|
||||
.DS_Store
|
||||
|
||||
*.log
|
||||
|
||||
node_modules
|
||||
|
||||
.idea
|
||||
|
||||
.directory
|
||||
|
||||
_build
|
||||
|
||||
public
|
@ -0,0 +1,22 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Demo Page |DisqusJS</title>
|
||||
<meta http-equiv="x-dns-prefetch-control " content="on">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=Edge, chrome=1">
|
||||
<meta name="renderer" content="webkit">
|
||||
<meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1,user-scalable=no,viewport-fit=cover">
|
||||
<link href="https://cdn.jsdelivr.net/npm/skx@0.0.1/favicon/favicon-32x32.png" rel="icon" type="image/png" sizes="32x32">
|
||||
<link href="https://cdn.jsdelivr.net/npm/skx@0.0.1/favicon/favicon-16x16.png" rel="icon" type="image/png" sizes="16x16">
|
||||
<link href="https://cdn.jsdelivr.net/npm/skx@0.0.1" rel="shortcut icon" type="image/ico">
|
||||
<link rel="stylesheet" href="./test/style.css">
|
||||
<link rel="stylesheet" href="./style/default.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
</body>
|
||||
|
||||
</html>
|
@ -0,0 +1,29 @@
|
||||
{
|
||||
"name": "disqusjs",
|
||||
"version": "0.1.0",
|
||||
"description": "Show comments list 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",
|
||||
"API",
|
||||
"XHR",
|
||||
"JSON"
|
||||
],
|
||||
"author": "Sukka",
|
||||
"license": "GPL-3.0",
|
||||
"bugs": {
|
||||
"url": "https://github.com/SukkaW/DisqusJS/issues"
|
||||
},
|
||||
"homepage": "https://github.com/SukkaW/DisqusJS#readme",
|
||||
"dependencies": {
|
||||
"gulp": "4",
|
||||
"gulp-uglify": "^3.0.1"
|
||||
}
|
||||
}
|
@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* DisqusJS | v0.1.0
|
||||
* Author: SukkaW
|
||||
* Link: https://github.com/SukkaW/DisqusJS
|
||||
* License: GPL-3.0
|
||||
*/
|
Loading…
Reference in New Issue