Javascript: add package.json

This commit is contained in:
xhh 2015-12-15 22:58:15 +08:00
parent 199c4f70ad
commit 625e712d7b

View File

@ -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"
}
}