-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
57 lines (57 loc) · 1.27 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "node-weebly",
"version": "1.0.3",
"description": "Weebly Platform Developer command line interface tool used for creating apps to be published on Weebly's App Center",
"homepage": "https://github.com/weebly/node-weebly",
"bugs": "https://github.com/weebly/node-weebly/issues",
"repository": {
"type": "git",
"url": "https://github.com/weebly/node-weebly.git"
},
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"preferGlobal": true,
"bin": {
"weebly": "./index.js"
},
"keywords": [
"weebly",
"developer",
"platform",
"elements",
"dashboard cards",
"websites",
"helper",
"cli"
],
"author": {
"name": "Benjamin Dean",
"email": "[email protected]",
"url": "https://github.com/bdeanindy"
},
"contributors": [
{
"name": "Daniel Lett",
"url": "https://github.com/dlett"
},
{
"name": "Robin Whitmore",
"url": "https://github.com/robinwhitmore"
}
],
"license": "MIT",
"dependencies": {
"ajv": "^6.0.1",
"chalk": "^2.3.0",
"commander": "^2.12.2",
"fs-extra": "^5.0.0",
"inquirer": "^4.0.1",
"jsonfile": "^4.0.0",
"lodash": "^4.17.11"
},
"engines": {
"node": ">=8.9.4"
}
}