msnp-wiki/package.json
yellows111 f096fe907f
[0.1.3] ABGroup(Contact)*, parts of *Member (CSS)
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.
2024-10-30 21:33:59 +00:00

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