forked from loafle/openapi-generator-original
Javascript: add package.json
This commit is contained in:
parent
199c4f70ad
commit
625e712d7b
@ -0,0 +1,13 @@
|
|||||||
|
{
|
||||||
|
"name": "{{{projectName}}}",
|
||||||
|
"version": "{{{projectVersion}}}",
|
||||||
|
"description": "{{{projectDescription}}}",{{#projectLicenseName}}
|
||||||
|
"license": "{{{projectLicenseName}}}",{{/projectLicenseName}}
|
||||||
|
"main": "index.js",
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"dependencies": {
|
||||||
|
"jquery": "^2.1.4"
|
||||||
|
}
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user