yellows111
f096fe907f
rework XML stuff a bit, right now it's wildly inconsistent, but all the AB stuff should be fine more ContactUpdate out of known because i didn't even KNOW that was an operation in sharingservice and noticed it looked weird being in known. Add a SOAP template too.
13 lines
353 B
JSON
13 lines
353 B
JSON
{
|
|
"name": "yellows-msnp-wiki",
|
|
"version": "0.1.3",
|
|
"description": "The yellows111 MSNP wiki that aims for accuracy.",
|
|
"author": "yellows111",
|
|
"license": "GFDL-1.3-or-later",
|
|
"dependencies": {
|
|
"yiki": "git+https://git.kevinthe.horse/yellows111/yiki.git#semver:*"
|
|
},
|
|
"scripts": {
|
|
"build": "node ./node_modules/yiki/ymake.js"
|
|
}
|
|
}
|