24 lines
449 B
JSON
24 lines
449 B
JSON
|
{
|
||
|
"name": "@digicomp/form-stamp",
|
||
|
"version": "0.0.1",
|
||
|
"description": "duplicates an entry form field group",
|
||
|
"main": "form-stamp.js",
|
||
|
"scripts": {
|
||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||
|
},
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "git@digital-competence.de:npm/form-stamp.git"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"form"
|
||
|
],
|
||
|
"author": "Ferdinand Kuhl",
|
||
|
"license": "MIT",
|
||
|
"dependencies": {
|
||
|
},
|
||
|
"engines": {
|
||
|
|
||
|
}
|
||
|
}
|