-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 937 Bytes
/
package.json
File metadata and controls
38 lines (38 loc) · 937 Bytes
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
38
{
"name": "wf-count",
"version": "1.0.0",
"description": "A script to get page wildfire comment count.",
"main": "./dist/wf-count.min.js",
"files": [
"dist"
],
"scripts": {
"build": "webpack --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/wildfirejs/wf-count.git"
},
"keywords": [
"wildfire",
"comment",
"plug-in",
"firebase",
"wilddog"
],
"author": "Kang Cheng",
"license": "GNU General Public License v3.0",
"bugs": {
"url": "https://github.com/wildfirejs/wf-count/issues"
},
"homepage": "https://github.com/wildfirejs/wf-count#readme",
"devDependencies": {
"compression-webpack-plugin": "^1.1.11",
"fs": "0.0.1-security",
"path": "^0.12.7",
"uglifyjs-webpack-plugin": "^1.2.7",
"webpack": "^4.15.1",
"webpack-cli": "^3.0.8"
}
}