-
Notifications
You must be signed in to change notification settings - Fork 458
/
package.json
41 lines (41 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
38
39
40
41
{
"name": "mip-extensions",
"version": "2.0.2",
"description": "MIP 组件包括官方组件和开发者自定义组件,是用于定制站点页面功能的利器。",
"main": "index.js",
"directories": {
"doc": "docs"
},
"scripts": {
"build": "mip-extension-optimise ./src -o ./dist",
"release": "gren release",
"presite": "npm run build",
"site": "node tools/site.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/mipengine/mip-extensions.git"
},
"keywords": [
"MIP",
"Extensions"
],
"author": "MIP <mip-support@baidu.com>",
"contributors": [
{
"name": "Jackson",
"email": "smartfutureplayer@gmail.com"
}
],
"license": "MIT",
"bugs": {
"url": "https://github.com/mipengine/mip-extensions/issues"
},
"homepage": "https://github.com/mipengine/mip-extensions#readme",
"devDependencies": {
"fs-extra": "^6.0.0",
"github-release-notes": "^0.11.0",
"glob": "^7.1.2",
"mip-extension-optimizer": "^1.1.3"
}
}