wiki-plugin-roster
Version:
Federated Wiki - Roster Plugin
43 lines (42 loc) • 921 B
JSON
{
"name": "wiki-plugin-roster",
"version": "0.3.1",
"description": "Federated Wiki - Roster Plugin",
"keywords": [
"roster",
"wiki",
"federated wiki",
"plugin"
],
"author": {
"name": "Ward Cunningham",
"email": "ward@c2.com",
"url": "http://ward.fed.wiki.org"
},
"contributors": [],
"scripts": {
"test": "mocha"
},
"devDependencies": {
"@babel/core": "^7.4.5",
"@babel/preset-env": "^7.4.5",
"expect.js": "*",
"grunt": "^1.0.4",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.1.0",
"grunt-git-authors": "^3.2.0",
"grunt-mocha-test": "^0.13.3",
"mocha": "^10.2.0"
},
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/fedwiki/wiki-plugin-roster.git"
},
"bugs": {
"url": "https://github.com/fedwiki/wiki-plugin-roster/issues"
},
"engines": {
"node": ">=6.x"
}
}