28 lines
635 B
JSON
28 lines
635 B
JSON
{
|
|
"name": "webdap",
|
|
"version": "1.0.0",
|
|
"description": "Open source LDAP user and group manager",
|
|
"main": "index.js",
|
|
"scripts": {
|
|
"grunt": "grunt",
|
|
"test": "echo \"Error: no test specified\" && exit 1"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://git.metaunix.net/Metaunix/webdap"
|
|
},
|
|
"keywords": [
|
|
"ldap",
|
|
"users",
|
|
"groups"
|
|
],
|
|
"author": "Gregory Ballantine <gballantine@bitgoblin.tech>",
|
|
"license": "BSD-2-Clause",
|
|
"devDependencies": {
|
|
"grunt": "^1.5.3",
|
|
"grunt-contrib-coffee": "^2.1.0",
|
|
"grunt-contrib-sass": "^2.0.0",
|
|
"grunt-contrib-watch": "^1.1.0"
|
|
}
|
|
}
|