archon/package.json

27 lines
653 B
JSON
Raw Normal View History

2022-05-24 18:09:21 -04:00
{
"name": "archon",
"version": "0.1.0",
"description": "A web-based LDAP user and group manager",
"main": "index.js",
"scripts": {
"start": "node index.js",
"test": "echo \"Error: no test specified\" && exit 1",
"grunt": "grunt"
2022-05-24 18:09:21 -04:00
},
"repository": {
"type": "git",
"url": "gitea@git.metaunix.net:metaunix/archon.git"
},
"author": "Gregory Ballantine <gballantine@metaunix.net>",
"license": "BSD-2-Clause",
"dependencies": {
"express": "^4.18.1",
"grunt-dart-sass": "^2.0.1"
},
"devDependencies": {
"grunt": "^1.5.3",
"grunt-contrib-coffee": "^2.1.0",
"grunt-contrib-watch": "^1.1.0"
2022-05-24 18:09:21 -04:00
}
}