UNPKG

444 BJSONView Raw
1{
2 "builders": {
3 "cordova-build": {
4 "implementation": "./builders/cordova-build/index",
5 "schema": "./builders/cordova-build/schema.json",
6 "description": "Perform a browser build with Cordova assets."
7 },
8
9
10 "cordova-serve": {
11 "implementation": "./builders/cordova-serve/index",
12 "schema": "./builders/cordova-serve/schema.json",
13 "description": "Run the dev-server with Cordova assets."
14 }
15 }
16}