-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
25 lines (25 loc) · 831 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": "wp-libre-formbuilder",
"version": "1.0.1",
"description": "Formbuilder addon for WP Libre Form",
"main": "index.js",
"scripts": {
"clean": "rm -rf builder",
"clone": "git clone git@github.com:k1sul1/wp-libreformbuilder-js.git buildertmp",
"build": "cd buildertmp && npm install && npm run build && mv build ../builder && cd .. && rm -rf buildertmp",
"updateBuilder": "npm-run-all clean clone build"
},
"repository": {
"type": "git",
"url": "git+https://github.com/k1sul1/wp-libre-formbuilder.git"
},
"author": "Christian Nikkanen <hi@kisu.li>",
"license": "GPL-2.0",
"bugs": {
"url": "https://github.com/k1sul1/wp-libre-formbuilder/issues"
},
"homepage": "https://github.com/k1sul1/wp-libre-formbuilder#readme",
"dependencies": {
"npm-run-all": "^4.1.3"
}
}