Initial commit — jibo-cli v3.0.7 with bundled node_modules
This commit is contained in:
27
templates/behavior-template/package.json
Normal file
27
templates/behavior-template/package.json
Normal file
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"name": "__package-name__",
|
||||
"version": "0.1.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"jibo": {
|
||||
"main": "index.html",
|
||||
"type": "asset-pack",
|
||||
"launchRule": "launch.rule",
|
||||
"prompt": "Do something",
|
||||
"display-name": "template"
|
||||
},
|
||||
"dependencies": {
|
||||
"jibo": "^6.0.0"
|
||||
},
|
||||
"license": "UNLICENSED",
|
||||
"scripts": {
|
||||
"start": "jibo-dev watch",
|
||||
"watch": "jibo-dev watch",
|
||||
"clean": "jibo-dev clean",
|
||||
"build": "jibo-dev build",
|
||||
"build:release": "jibo-dev build --prod"
|
||||
},
|
||||
"devDependencies": {
|
||||
"jibo-dev": "^2.0.0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user