19 lines
458 B
JSON
19 lines
458 B
JSON
{
|
|
"name": "jean-cloud-contact-mailer-client",
|
|
"version": "1.1.6",
|
|
"description": "",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"test": "echo \"Error: no test specified\" && exit 1",
|
|
"prepublishOnly": "npm-auto-version",
|
|
"postpublish": "git push origin --tags",
|
|
"build": "mkdir -p dist && cp index.js style.css dist"
|
|
},
|
|
"author": "",
|
|
"license": "ISC",
|
|
"dependencies": {
|
|
"npm-auto-version": "^1.0.0"
|
|
},
|
|
"devDependencies": {}
|
|
}
|