forked from zqplugins/Bubble-Plugin-Search-Autocorrect
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
25 lines (25 loc) · 1008 Bytes
/
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
{
"name": "bubble-plugin-search-autocorrect",
"version": "1.0.0",
"dependencies": {
"fs": "0.0.1-security",
"javascript-obfuscator": "4.0.2",
"path": "^0.12.7"
},
"description": "This is a repository based on the [Bubble](https://bubble.io) plugin 'Search & Autocorrect'. This lets you use Github's functionality in terms of version control, forks and pull requests. Note that the the plugin code is stored on Bubble's servers, and you need to synchronize your repository in the Bubble Plugin Editor.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"build": "node ./bin/build.js"
},
"repository": {
"type": "git",
"url": "git+https://github.com/zqplugins/Bubble-Plugin-Search-Autocorrect.git"
},
"author": "",
"license": "ISC",
"bugs": {
"url": "https://github.com/zqplugins/Bubble-Plugin-Search-Autocorrect/issues"
},
"homepage": "https://github.com/zqplugins/Bubble-Plugin-Search-Autocorrect#readme"
}