-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
24 lines (24 loc) · 903 Bytes
/
package.json
File metadata and controls
24 lines (24 loc) · 903 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
{
"name": "weebly-element-starter-app",
"version": "0.0.1",
"description": "Simple Node.js application wrapped in a Docker container that helps developers build Weebly Elements",
"main": "index.js",
"dependencies": {
"registry-auth-token": "^3.3.1"
},
"devDependencies": {},
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/bdeanindy/weebly-element-starter-app.git"
},
"keywords": ["weebly", "weebly apps", "developers", "apps", "weebly starter", "elements", "weebly elements", "weebly element developer", "weebly element app"],
"author": "Benjamin Dean <benjamin@benjamindean.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/bdeanindy/weebly-element-starter-app/issues"
},
"homepage": "https://github.com/bdeanindy/weebly-element-starter-app#readme"
}