forked from ly525/luban-h5
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
27 lines (27 loc) · 796 Bytes
/
package.json
File metadata and controls
27 lines (27 loc) · 796 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
{
"name": "luban-h5",
"version": "1.17.0",
"description": "en: A mobile page builder/editor, similar with amolink. zh: 类似易企秀的H5制作、建站工具.",
"dependencies": {
"flightplan": "^0.6.20",
"standard-version": "^8.0.1"
},
"devDependencies": {},
"scripts": {
"release-f": "standard-version -f",
"release-major": "standard-version -r major",
"release-minor": "standard-version -r minor",
"release-patch": "standard-version -r patch",
"deploy:ecs": "fly production"
},
"repository": {
"type": "git",
"url": "git+https://github.com/ly525/luban-h5.git"
},
"author": "ly525",
"license": "ISC",
"bugs": {
"url": "https://github.com/ly525/luban-h5/issues"
},
"homepage": "https://github.com/ly525/luban-h5#readme"
}