-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
30 lines (30 loc) · 712 Bytes
/
package.json
File metadata and controls
30 lines (30 loc) · 712 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
{
"name": "generate-quicklink-source-plugin",
"version": "1.0.1",
"description": "a plugin to generate source list for quicklink",
"main": "build/index.js",
"scripts": {
"example": "webpack --config ./example/config.js",
"inject:example": "webpack --config ./example/injectConfig.js"
},
"peerDependencies": {
"webpack": "^2.0.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/MrChongdong/generate-quicklink-source-plugin"
},
"engines": {
"node": ">=4.0.0"
},
"files": [
"build"
],
"keywords": [
"generate source list",
"for quicklink",
"generate-quicklink-source-plugin"
],
"author": "MrChongdong",
"license": "ISC"
}