Add bower.json and package.json file templates
This commit is contained in:
parent
29511922ef
commit
455dd93faf
3 changed files with 28 additions and 0 deletions
14
private/templates/json-mode/__bower.json
Normal file
14
private/templates/json-mode/__bower.json
Normal file
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"name": "${1:package-name}",
|
||||
"description": "${2:description}",
|
||||
"license": "MIT",
|
||||
"authors": [
|
||||
"`user-full-name` <`user-mail-address`>"
|
||||
],
|
||||
"main": "public/app.js",
|
||||
"moduleType": [],
|
||||
"homepage": "",
|
||||
"dependencies": {
|
||||
`%`$0
|
||||
}
|
||||
}
|
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
"name": "${1:package-name}",
|
||||
"description": "${2:description}",
|
||||
"version": "1.0.0",
|
||||
"author": "`user-full-name` <`user-mail-address`>",
|
||||
"license": "MIT",
|
||||
"main": "public/app.js",
|
||||
"scripts": {
|
||||
},
|
||||
"dependencies": {
|
||||
`%`$0
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue