forked from fooleap/disqus-php-api
-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
37 lines (37 loc) · 1.02 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
{
"name": "disqus-php-api",
"version": "0.2.2",
"description": "disqus-php-api 利用 PHP cURL 转发 Disqus API 请求",
"main": "index.js",
"dependencies": {},
"devDependencies": {
"autoprefixer": "^8.1.0",
"css-loader": "^0.28.4",
"extract-text-webpack-plugin": "^4.0.0-beta.0",
"gulp": "^3.9.1",
"gulp-autoprefixer": "^5.0.0",
"gulp-cssnano": "^2.1.2",
"gulp-rename": "^1.2.2",
"gulp-sass": "^3.1.0",
"gulp-uglify": "^3.0.0",
"node-sass": "^4.5.3",
"postcss": "^6.0.19",
"postcss-loader": "^2.1.1",
"sass-loader": "^6.0.6",
"style-loader": "^0.20.3",
"uglifyjs-webpack-plugin": "^1.2.2",
"webpack": "^4.1.1",
"webpack-cli": "^2.0.11"
},
"scripts": {
"webpack": "webpack -p",
"gulp": "gulp"
},
"repository": "git+https://github.com/fooleap/disqus-php-api.git",
"author": "fooleap",
"license": "MIT",
"bugs": {
"url": "https://github.com/fooleap/disqus-php-api/issues"
},
"homepage": "https://github.com/fooleap/disqus-php-api#readme"
}