-
Notifications
You must be signed in to change notification settings - Fork 41
/
package.json
48 lines (48 loc) · 1.14 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
{
"name": "bootstrap-form-builder-v4",
"version": "1.0.4",
"description": "A drag-and-drop form builder for Bootstrap 4.",
"main": "lib/index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "./node_modules/.bin/r.js -o assets/js/lib/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/Bloggify/bootstrap-form-builder.git"
},
"keywords": [
"bootstrap",
"builder",
"drag",
"drop"
],
"author": "Bloggify <[email protected]> (https://bloggify.org)",
"license": "MIT",
"bugs": {
"url": "https://github.com/Bloggify/bootstrap-form-builder/issues"
},
"homepage": "https://github.com/Bloggify/bootstrap-form-builder#readme",
"devDependencies": {
"requirejs": "^2.3.5"
},
"files": [
"bin/",
"app/",
"lib/",
"dist/",
"src/",
"scripts/",
"resources/",
"menu/",
"cli.js",
"index.js",
"bloggify.js",
"bloggify.json"
],
"blah": {
"title": "Bootstrap v4 Form Builder",
"ex_img": "https://i.imgur.com/cFqF7nY.png",
"ex_url": "https://bloggify.github.io/bootstrap-form-builder"
}
}