-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
40 lines (40 loc) · 972 Bytes
/
package.json
File metadata and controls
40 lines (40 loc) · 972 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
39
40
{
"name": "kit-doc",
"version": "3.0.2",
"description": "document preview template",
"main": "./lib/index.js",
"scripts": {
"dev": "node_modules/.bin/webpack-dev-server --config ./build/webpack.dev.conf.js",
"build": "webpack --hide-modules --progress --config ./build/webpack.prod.conf.js",
"release": "npm run build && npm publish"
},
"bin": {
"kit-doc": "./cli/index.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/jskit/kit-doc.git"
},
"keywords": [
"document",
"preview",
"template"
],
"author": "cloudyan <1395093509@qq.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/jskit/kit-doc/issues"
},
"homepage": "https://github.com/jskit/kit-doc#readme",
"dependencies": {
"copy-to-clipboard": "^3.0.8"
},
"devDependencies": {
"stylus": "^0.54.5",
"stylus-loader": "^3.0.2"
},
"engines": {
"node": ">= 8.0.0",
"npm": ">= 5.6.0"
}
}